Html Css Color HEX #A713DC Dark Violet

📋 copy color: '#A713DC'

red 167 ◦ green 19 ◦ blue 220

#A713DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #A713DC

Tints of Dark Violet #A713DC

RGB

 RED value IS 167 (65.63% from 255) = 41.13%

 GREEN value IS 19 (7.81% from 255) = 4.68%

 BLUE value IS 220 (86.33% from 255) = 54.19%

R = 41.13%
G = 4.68%
B = 54.19%

CMYK

 C value IS 0.24

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A713DC (or 0xA713DC) is known color: Dark Violet. HEX triplet: A7, 13 and DC. RGB value is (167,19,220). Sum of RGB (Red+Green+Blue) = 167+19+220=406 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.13% from 406); Green value is 19 (7.81% from 255 or 4.68% from 406); Blue value is 220 (86.33% from 255 or 54.19% from 406); Max value from RGB is 220 - color contains mainly: blue. Hex color #A713DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A713DC is #58EC23. Grayscale: #555555. Windows color (decimal): -5827620 or 14422951. OLE color: 14422951.

HSL color Cylindrical-coordinate representation of color #A713DC: hue angle of 284.18º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A713DC is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 167 19 220 -
CMYK 0.24 0.91 0 0.14
HSL 284.18º 0.84% 0.47% -
HSV(B) 284.18º 0.91% 0.86% -
XYZ 29.09 13.85 68.85 -
YUV 86.17 203.53 185.66 -
System Red Green Blue C M Y K H S L
Decimal 167 19 220 0.24 0.91 0 0.14 284.18 0.84 0.47
Hex A7 13 DC 18 5B 0 E 11C 54 2F
Octal 247 23 334 30 133 0 16 434 124 57
Binary 10100111 10011 11011100 11000 1011011 0 1110 100011100 1010100 101111

Color Harmonies of #A713DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A713DC

Black with #A713DC

Text Example


Text Example

White with #A713DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A713DC; }

 p { color: rgb(167,19,220); }

 H1.HeaderClassName
 {
   color: #A713DC;
 }
 .AnyTagClassName
 {
   color: #A713DC;
 }
</style>

background-color css

<style>
 a { background-color: #A713DC; }

 a { background-color: rgb(167,19,220); }

 div.DivClassName
 {
   background-color: #A713DC;
 }
 .BgClassName
 {
   background-color: #A713DC;
 }
</style>

border-color css

<style>
 span { border-color: #A713DC; }

 span { border-color: rgb(167,19,220); }

 td.TdClassName
 {
   border-color: #A713DC;
 }
 .TagClassName
 {
   border-color: #A713DC;
 }
</style>