Html Css Color HEX #AD09C7 Dark Violet

📋 copy color: '#AD09C7'

red 173 ◦ green 9 ◦ blue 199

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

Shades of Dark Violet #AD09C7

Tints of Dark Violet #AD09C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 52.23%

R = 45.41%
G = 2.36%
B = 52.23%

CMYK

 C value IS 0.13

 M value IS 0.95

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AD09C7 (or 0xAD09C7) is known color: Dark Violet. HEX triplet: AD, 09 and C7. RGB value is (173,9,199). Sum of RGB (Red+Green+Blue) = 173+9+199=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 9 (3.91% from 255 or 2.36% from 381); Blue value is 199 (78.12% from 255 or 52.23% from 381); Max value from RGB is 199 - color contains mainly: blue. Hex color #AD09C7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD09C7 is #52F638. Grayscale: #4F4F4F. Windows color (decimal): -5436985 or 13044141. OLE color: 13044141.

HSL color Cylindrical-coordinate representation of color #AD09C7: hue angle of 291.79º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD09C7 is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 9 199 -
CMYK 0.13 0.95 0 0.22
HSL 291.79º 0.91% 0.41% -
HSV(B) 291.79º 0.95% 0.78% -
XYZ 27.64 13.2 55.12 -
YUV 79.7 195.33 194.55 -
System Red Green Blue C M Y K H S L
Decimal 173 9 199 0.13 0.95 0 0.22 291.79 0.91 0.41
Hex AD 9 C7 D 5F 0 16 124 5B 29
Octal 255 11 307 15 137 0 26 444 133 51
Binary 10101101 1001 11000111 1101 1011111 0 10110 100100100 1011011 101001

Color Harmonies of #AD09C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD09C7

Black with #AD09C7

Text Example


Text Example

White with #AD09C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD09C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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