Html Css Color HEX #A80CD4 Dark Violet

📋 copy color: '#A80CD4'

red 168 ◦ green 12 ◦ blue 212

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

Shades of Dark Violet #A80CD4

Tints of Dark Violet #A80CD4

RGB

 RED value IS 168 (66.02% from 255) = 42.86%

 GREEN value IS 12 (5.08% from 255) = 3.06%

 BLUE value IS 212 (83.2% from 255) = 54.08%

R = 42.86%
G = 3.06%
B = 54.08%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A80CD4 (or 0xA80CD4) is known color: Dark Violet. HEX triplet: A8, 0C and D4. RGB value is (168,12,212). Sum of RGB (Red+Green+Blue) = 168+12+212=392 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.86% from 392); Green value is 12 (5.08% from 255 or 3.06% from 392); Blue value is 212 (83.20% from 255 or 54.08% from 392); Max value from RGB is 212 - color contains mainly: blue. Hex color #A80CD4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80CD4 is #57F32B. Grayscale: #505050. Windows color (decimal): -5763884 or 13896872. OLE color: 13896872.

HSL color Cylindrical-coordinate representation of color #A80CD4: hue angle of 286.8º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A80CD4 is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 168 12 212 -
CMYK 0.21 0.94 0 0.17
HSL 286.8º 0.89% 0.44% -
HSV(B) 286.8º 0.94% 0.83% -
XYZ 28.16 13.34 63.38 -
YUV 81.44 201.68 189.74 -
System Red Green Blue C M Y K H S L
Decimal 168 12 212 0.21 0.94 0 0.17 286.8 0.89 0.44
Hex A8 C D4 15 5E 0 11 11F 59 2C
Octal 250 14 324 25 136 0 21 437 131 54
Binary 10101000 1100 11010100 10101 1011110 0 10001 100011111 1011001 101100

Color Harmonies of #A80CD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80CD4

Black with #A80CD4

Text Example


Text Example

White with #A80CD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80CD4; }

 p { color: rgb(168,12,212); }

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

background-color css

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

 a { background-color: rgb(168,12,212); }

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

border-color css

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

 span { border-color: rgb(168,12,212); }

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