Html Css Color HEX #AD09CC Dark Violet

📋 copy color: '#AD09CC'

red 173 ◦ green 9 ◦ blue 204

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

Shades of Dark Violet #AD09CC

Tints of Dark Violet #AD09CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 52.85%

R = 44.82%
G = 2.33%
B = 52.85%

CMYK

 C value IS 0.15

 M value IS 0.96

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AD09CC (or 0xAD09CC) is known color: Dark Violet. HEX triplet: AD, 09 and CC. RGB value is (173,9,204). Sum of RGB (Red+Green+Blue) = 173+9+204=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 9 (3.91% from 255 or 2.33% from 386); Blue value is 204 (80.08% from 255 or 52.85% from 386); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD09CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD09CC is #52F633. Grayscale: #4F4F4F. Windows color (decimal): -5436980 or 13371821. OLE color: 13371821.

HSL color Cylindrical-coordinate representation of color #AD09CC: hue angle of 290.46º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD09CC is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 173 9 204 -
CMYK 0.15 0.96 0 0.2
HSL 290.46º 0.92% 0.42% -
HSV(B) 290.46º 0.96% 0.8% -
XYZ 28.23 13.44 58.23 -
YUV 80.27 197.83 194.14 -
System Red Green Blue C M Y K H S L
Decimal 173 9 204 0.15 0.96 0 0.2 290.46 0.92 0.42
Hex AD 9 CC F 60 0 14 122 5C 2A
Octal 255 11 314 17 140 0 24 442 134 52
Binary 10101101 1001 11001100 1111 1100000 0 10100 100100010 1011100 101010

Color Harmonies of #AD09CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD09CC

Black with #AD09CC

Text Example


Text Example

White with #AD09CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD09CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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