Html Css Color HEX #A00FD9 Dark Violet

📋 copy color: '#A00FD9'

red 160 ◦ green 15 ◦ blue 217

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

Shades of Dark Violet #A00FD9

Tints of Dark Violet #A00FD9

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.83%

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

R = 40.82%
G = 3.83%
B = 55.36%

CMYK

 C value IS 0.26

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A00FD9 (or 0xA00FD9) is known color: Dark Violet. HEX triplet: A0, 0F and D9. RGB value is (160,15,217). Sum of RGB (Red+Green+Blue) = 160+15+217=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 15 (6.25% from 255 or 3.83% from 392); Blue value is 217 (85.16% from 255 or 55.36% from 392); Max value from RGB is 217 - color contains mainly: blue. Hex color #A00FD9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00FD9 is #5FF026. Grayscale: #505050. Windows color (decimal): -6287399 or 14225312. OLE color: 14225312.

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

Color convert

RGB 160 15 217 -
CMYK 0.26 0.93 0 0.15
HSL 283.07º 0.87% 0.45% -
HSV(B) 283.07º 0.93% 0.85% -
XYZ 27.19 12.82 66.69 -
YUV 81.38 204.54 184.07 -
System Red Green Blue C M Y K H S L
Decimal 160 15 217 0.26 0.93 0 0.15 283.07 0.87 0.45
Hex A0 F D9 1A 5D 0 F 11B 57 2D
Octal 240 17 331 32 135 0 17 433 127 55
Binary 10100000 1111 11011001 11010 1011101 0 1111 100011011 1010111 101101

Color Harmonies of #A00FD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00FD9

Black with #A00FD9

Text Example


Text Example

White with #A00FD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00FD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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