Html Css Color HEX #AD09DE Dark Violet

📋 copy color: '#AD09DE'

red 173 ◦ green 9 ◦ blue 222

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

Shades of Dark Violet #AD09DE

Tints of Dark Violet #AD09DE

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.23%

 BLUE value IS 222 (87.11% from 255) = 54.95%

R = 42.82%
G = 2.23%
B = 54.95%

CMYK

 C value IS 0.22

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD09DE (or 0xAD09DE) is known color: Dark Violet. HEX triplet: AD, 09 and DE. RGB value is (173,9,222). Sum of RGB (Red+Green+Blue) = 173+9+222=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 9 (3.91% from 255 or 2.23% from 404); Blue value is 222 (87.11% from 255 or 54.95% from 404); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD09DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD09DE is #52F621. Grayscale: #515151. Windows color (decimal): -5436962 or 14551469. OLE color: 14551469.

HSL color Cylindrical-coordinate representation of color #AD09DE: hue angle of 286.2º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD09DE is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 9 222 -
CMYK 0.22 0.96 0 0.13
HSL 286.2º 0.92% 0.45% -
HSV(B) 286.2º 0.96% 0.87% -
XYZ 30.52 14.35 70.27 -
YUV 82.32 206.83 192.68 -
System Red Green Blue C M Y K H S L
Decimal 173 9 222 0.22 0.96 0 0.13 286.2 0.92 0.45
Hex AD 9 DE 16 60 0 D 11E 5C 2D
Octal 255 11 336 26 140 0 15 436 134 55
Binary 10101101 1001 11011110 10110 1100000 0 1101 100011110 1011100 101101

Color Harmonies of #AD09DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD09DE

Black with #AD09DE

Text Example


Text Example

White with #AD09DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD09DE; }

 p { color: rgb(173,9,222); }

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

background-color css

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

 a { background-color: rgb(173,9,222); }

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

border-color css

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

 span { border-color: rgb(173,9,222); }

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