Html Css Color HEX #A00DAF Dark Violet

📋 copy color: '#A00DAF'

red 160 ◦ green 13 ◦ blue 175

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

Shades of Dark Violet #A00DAF

Tints of Dark Violet #A00DAF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.74%

 BLUE value IS 175 (68.75% from 255) = 50.29%

R = 45.98%
G = 3.74%
B = 50.29%

CMYK

 C value IS 0.09

 M value IS 0.93

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A00DAF (or 0xA00DAF) is known color: Dark Violet. HEX triplet: A0, 0D and AF. RGB value is (160,13,175). Sum of RGB (Red+Green+Blue) = 160+13+175=348 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.98% from 348); Green value is 13 (5.47% from 255 or 3.74% from 348); Blue value is 175 (68.75% from 255 or 50.29% from 348); Max value from RGB is 175 - color contains mainly: blue. Hex color #A00DAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00DAF is #5FF250. Grayscale: #4A4A4A. Windows color (decimal): -6287953 or 11472288. OLE color: 11472288.

HSL color Cylindrical-coordinate representation of color #A00DAF: hue angle of 294.44º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A00DAF is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 160 13 175 -
CMYK 0.09 0.93 0 0.31
HSL 294.44º 0.86% 0.37% -
HSV(B) 294.44º 0.93% 0.69% -
XYZ 22.38 10.86 41.47 -
YUV 75.42 184.2 188.33 -
System Red Green Blue C M Y K H S L
Decimal 160 13 175 0.09 0.93 0 0.31 294.44 0.86 0.37
Hex A0 D AF 9 5D 0 1F 126 56 25
Octal 240 15 257 11 135 0 37 446 126 45
Binary 10100000 1101 10101111 1001 1011101 0 11111 100100110 1010110 100101

Color Harmonies of #A00DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00DAF

Black with #A00DAF

Text Example


Text Example

White with #A00DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00DAF; }

 p { color: rgb(160,13,175); }

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

background-color css

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

 a { background-color: rgb(160,13,175); }

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

border-color css

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

 span { border-color: rgb(160,13,175); }

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