Html Css Color HEX #AD0AE1 Dark Violet

📋 copy color: '#AD0AE1'

red 173 ◦ green 10 ◦ blue 225

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

Shades of Dark Violet #AD0AE1

Tints of Dark Violet #AD0AE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 55.15%

R = 42.4%
G = 2.45%
B = 55.15%

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

#AD0AE1 (or 0xAD0AE1) is known color: Dark Violet. HEX triplet: AD, 0A and E1. RGB value is (173,10,225). Sum of RGB (Red+Green+Blue) = 173+10+225=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 10 (4.30% from 255 or 2.45% from 408); Blue value is 225 (88.28% from 255 or 55.15% from 408); Max value from RGB is 225 - color contains mainly: blue. Hex color #AD0AE1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0AE1 is #52F51E. Grayscale: #525252. Windows color (decimal): -5436703 or 14748333. OLE color: 14748333.

HSL color Cylindrical-coordinate representation of color #AD0AE1: hue angle of 285.49º 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 #AD0AE1 is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 173 10 225 -
CMYK 0.23 0.96 0 0.12
HSL 285.49º 0.91% 0.46% -
HSV(B) 285.49º 0.96% 0.88% -
XYZ 30.93 14.54 72.41 -
YUV 83.25 208 192.02 -
System Red Green Blue C M Y K H S L
Decimal 173 10 225 0.23 0.96 0 0.12 285.49 0.91 0.46
Hex AD A E1 17 60 0 C 11D 5B 2E
Octal 255 12 341 27 140 0 14 435 133 56
Binary 10101101 1010 11100001 10111 1100000 0 1100 100011101 1011011 101110

Color Harmonies of #AD0AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0AE1

Black with #AD0AE1

Text Example


Text Example

White with #AD0AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0AE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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