Html Css Color HEX #AD0AE0 Dark Violet

📋 copy color: '#AD0AE0'

red 173 ◦ green 10 ◦ blue 224

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

Shades of Dark Violet #AD0AE0

Tints of Dark Violet #AD0AE0

RGB

 RED value IS 173 (67.97% from 255) = 42.51%

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

 BLUE value IS 224 (87.89% from 255) = 55.04%

R = 42.51%
G = 2.46%
B = 55.04%

CMYK

 C value IS 0.23

 M value IS 0.96

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AD0AE0 (or 0xAD0AE0) is known color: Dark Violet. HEX triplet: AD, 0A and E0. RGB value is (173,10,224). Sum of RGB (Red+Green+Blue) = 173+10+224=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 10 (4.30% from 255 or 2.46% from 407); Blue value is 224 (87.89% from 255 or 55.04% from 407); Max value from RGB is 224 - color contains mainly: blue. Hex color #AD0AE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0AE0 is #52F51F. Grayscale: #525252. Windows color (decimal): -5436704 or 14682797. OLE color: 14682797.

HSL color Cylindrical-coordinate representation of color #AD0AE0: hue angle of 285.7º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD0AE0 is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 173 10 224 -
CMYK 0.23 0.96 0 0.12
HSL 285.7º 0.91% 0.46% -
HSV(B) 285.7º 0.96% 0.88% -
XYZ 30.8 14.48 71.69 -
YUV 83.13 207.5 192.1 -
System Red Green Blue C M Y K H S L
Decimal 173 10 224 0.23 0.96 0 0.12 285.7 0.91 0.46
Hex AD A E0 17 60 0 C 11E 5B 2E
Octal 255 12 340 27 140 0 14 436 133 56
Binary 10101101 1010 11100000 10111 1100000 0 1100 100011110 1011011 101110

Color Harmonies of #AD0AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0AE0

Black with #AD0AE0

Text Example


Text Example

White with #AD0AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0AE0; }

 p { color: rgb(173,10,224); }

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

background-color css

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

 a { background-color: rgb(173,10,224); }

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

border-color css

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

 span { border-color: rgb(173,10,224); }

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