Html Css Color HEX #AD0DE1 Dark Violet

📋 copy color: '#AD0DE1'

red 173 ◦ green 13 ◦ blue 225

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

Shades of Dark Violet #AD0DE1

Tints of Dark Violet #AD0DE1

RGB

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

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

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

R = 42.09%
G = 3.16%
B = 54.74%

CMYK

 C value IS 0.23

 M value IS 0.94

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AD0DE1 (or 0xAD0DE1) is known color: Dark Violet. HEX triplet: AD, 0D and E1. RGB value is (173,13,225). Sum of RGB (Red+Green+Blue) = 173+13+225=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 13 (5.47% from 255 or 3.16% from 411); Blue value is 225 (88.28% from 255 or 54.74% from 411); Max value from RGB is 225 - color contains mainly: blue. Hex color #AD0DE1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0DE1 is #52F21E. Grayscale: #545454. Windows color (decimal): -5435935 or 14749101. OLE color: 14749101.

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

Color convert

RGB 173 13 225 -
CMYK 0.23 0.94 0 0.12
HSL 285.28º 0.89% 0.47% -
HSV(B) 285.28º 0.94% 0.88% -
XYZ 30.97 14.61 72.42 -
YUV 85.01 207.01 190.76 -
System Red Green Blue C M Y K H S L
Decimal 173 13 225 0.23 0.94 0 0.12 285.28 0.89 0.47
Hex AD D E1 17 5E 0 C 11D 59 2F
Octal 255 15 341 27 136 0 14 435 131 57
Binary 10101101 1101 11100001 10111 1011110 0 1100 100011101 1011001 101111

Color Harmonies of #AD0DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0DE1

Black with #AD0DE1

Text Example


Text Example

White with #AD0DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0DE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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