Html Css Color HEX #AD09CF Dark Violet

📋 copy color: '#AD09CF'

red 173 ◦ green 9 ◦ blue 207

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

Shades of Dark Violet #AD09CF

Tints of Dark Violet #AD09CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 53.21%

R = 44.47%
G = 2.31%
B = 53.21%

CMYK

 C value IS 0.16

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD09CF (or 0xAD09CF) is known color: Dark Violet. HEX triplet: AD, 09 and CF. RGB value is (173,9,207). Sum of RGB (Red+Green+Blue) = 173+9+207=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 9 (3.91% from 255 or 2.31% from 389); Blue value is 207 (81.25% from 255 or 53.21% from 389); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD09CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD09CF is #52F630. Grayscale: #4F4F4F. Windows color (decimal): -5436977 or 13568429. OLE color: 13568429.

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

Color convert

RGB 173 9 207 -
CMYK 0.16 0.96 0 0.19
HSL 289.7º 0.92% 0.42% -
HSV(B) 289.7º 0.96% 0.81% -
XYZ 28.59 13.58 60.15 -
YUV 80.61 199.33 193.9 -
System Red Green Blue C M Y K H S L
Decimal 173 9 207 0.16 0.96 0 0.19 289.7 0.92 0.42
Hex AD 9 CF 10 60 0 13 122 5C 2A
Octal 255 11 317 20 140 0 23 442 134 52
Binary 10101101 1001 11001111 10000 1100000 0 10011 100100010 1011100 101010

Color Harmonies of #AD09CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD09CF

Black with #AD09CF

Text Example


Text Example

White with #AD09CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD09CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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