Html Css Color HEX #A80CD0 Dark Violet

📋 copy color: '#A80CD0'

red 168 ◦ green 12 ◦ blue 208

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

Shades of Dark Violet #A80CD0

Tints of Dark Violet #A80CD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 53.61%

R = 43.3%
G = 3.09%
B = 53.61%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A80CD0 (or 0xA80CD0) is known color: Dark Violet. HEX triplet: A8, 0C and D0. RGB value is (168,12,208). Sum of RGB (Red+Green+Blue) = 168+12+208=388 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.30% from 388); Green value is 12 (5.08% from 255 or 3.09% from 388); Blue value is 208 (81.64% from 255 or 53.61% from 388); Max value from RGB is 208 - color contains mainly: blue. Hex color #A80CD0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80CD0 is #57F32F. Grayscale: #505050. Windows color (decimal): -5763888 or 13634728. OLE color: 13634728.

HSL color Cylindrical-coordinate representation of color #A80CD0: hue angle of 287.76º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A80CD0 is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 168 12 208 -
CMYK 0.19 0.94 0 0.18
HSL 287.76º 0.89% 0.43% -
HSV(B) 287.76º 0.94% 0.82% -
XYZ 27.67 13.14 60.75 -
YUV 80.99 199.68 190.06 -
System Red Green Blue C M Y K H S L
Decimal 168 12 208 0.19 0.94 0 0.18 287.76 0.89 0.43
Hex A8 C D0 13 5E 0 12 120 59 2B
Octal 250 14 320 23 136 0 22 440 131 53
Binary 10101000 1100 11010000 10011 1011110 0 10010 100100000 1011001 101011

Color Harmonies of #A80CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80CD0

Black with #A80CD0

Text Example


Text Example

White with #A80CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80CD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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