Html Css Color HEX #A00CD9 Dark Violet

📋 copy color: '#A00CD9'

red 160 ◦ green 12 ◦ blue 217

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

Shades of Dark Violet #A00CD9

Tints of Dark Violet #A00CD9

RGB

 RED value IS 160 (62.89% from 255) = 41.13%

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

 BLUE value IS 217 (85.16% from 255) = 55.78%

R = 41.13%
G = 3.08%
B = 55.78%

CMYK

 C value IS 0.26

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A00CD9 (or 0xA00CD9) is known color: Dark Violet. HEX triplet: A0, 0C and D9. RGB value is (160,12,217). Sum of RGB (Red+Green+Blue) = 160+12+217=389 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.13% from 389); Green value is 12 (5.08% from 255 or 3.08% from 389); Blue value is 217 (85.16% from 255 or 55.78% from 389); Max value from RGB is 217 - color contains mainly: blue. Hex color #A00CD9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00CD9 is #5FF326. Grayscale: #4E4E4E. Windows color (decimal): -6288167 or 14224544. OLE color: 14224544.

HSL color Cylindrical-coordinate representation of color #A00CD9: hue angle of 283.32º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00CD9 is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 12 217 -
CMYK 0.26 0.94 0 0.15
HSL 283.32º 0.9% 0.45% -
HSV(B) 283.32º 0.94% 0.85% -
XYZ 27.15 12.75 66.67 -
YUV 79.62 205.53 185.33 -
System Red Green Blue C M Y K H S L
Decimal 160 12 217 0.26 0.94 0 0.15 283.32 0.9 0.45
Hex A0 C D9 1A 5E 0 F 11B 5A 2D
Octal 240 14 331 32 136 0 17 433 132 55
Binary 10100000 1100 11011001 11010 1011110 0 1111 100011011 1011010 101101

Color Harmonies of #A00CD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00CD9

Black with #A00CD9

Text Example


Text Example

White with #A00CD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00CD9; }

 p { color: rgb(160,12,217); }

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

background-color css

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

 a { background-color: rgb(160,12,217); }

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

border-color css

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

 span { border-color: rgb(160,12,217); }

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