Html Css Color HEX #A00AD0 Dark Violet

📋 copy color: '#A00AD0'

red 160 ◦ green 10 ◦ blue 208

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

Shades of Dark Violet #A00AD0

Tints of Dark Violet #A00AD0

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.65%

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

R = 42.33%
G = 2.65%
B = 55.03%

CMYK

 C value IS 0.23

 M value IS 0.95

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A00AD0 (or 0xA00AD0) is known color: Dark Violet. HEX triplet: A0, 0A and D0. RGB value is (160,10,208). Sum of RGB (Red+Green+Blue) = 160+10+208=378 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.33% from 378); Green value is 10 (4.30% from 255 or 2.65% from 378); Blue value is 208 (81.64% from 255 or 55.03% from 378); Max value from RGB is 208 - color contains mainly: blue. Hex color #A00AD0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00AD0 is #5FF52F. Grayscale: #4C4C4C. Windows color (decimal): -6288688 or 13634208. OLE color: 13634208.

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

Color convert

RGB 160 10 208 -
CMYK 0.23 0.95 0 0.18
HSL 285.45º 0.91% 0.43% -
HSV(B) 285.45º 0.95% 0.82% -
XYZ 25.99 12.24 60.67 -
YUV 77.42 201.7 186.9 -
System Red Green Blue C M Y K H S L
Decimal 160 10 208 0.23 0.95 0 0.18 285.45 0.91 0.43
Hex A0 A D0 17 5F 0 12 11D 5B 2B
Octal 240 12 320 27 137 0 22 435 133 53
Binary 10100000 1010 11010000 10111 1011111 0 10010 100011101 1011011 101011

Color Harmonies of #A00AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00AD0

Black with #A00AD0

Text Example


Text Example

White with #A00AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00AD0; }

 p { color: rgb(160,10,208); }

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

background-color css

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

 a { background-color: rgb(160,10,208); }

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

border-color css

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

 span { border-color: rgb(160,10,208); }

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