Html Css Color HEX #AD08C7 Dark Violet

📋 copy color: '#AD08C7'

red 173 ◦ green 8 ◦ blue 199

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

Shades of Dark Violet #AD08C7

Tints of Dark Violet #AD08C7

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.11%

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

R = 45.53%
G = 2.11%
B = 52.37%

CMYK

 C value IS 0.13

 M value IS 0.96

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AD08C7 (or 0xAD08C7) is known color: Dark Violet. HEX triplet: AD, 08 and C7. RGB value is (173,8,199). Sum of RGB (Red+Green+Blue) = 173+8+199=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 8 (3.52% from 255 or 2.11% from 380); Blue value is 199 (78.12% from 255 or 52.37% from 380); Max value from RGB is 199 - color contains mainly: blue. Hex color #AD08C7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD08C7 is #52F738. Grayscale: #4E4E4E. Windows color (decimal): -5437241 or 13043885. OLE color: 13043885.

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

Color convert

RGB 173 8 199 -
CMYK 0.13 0.96 0 0.22
HSL 291.83º 0.92% 0.41% -
HSV(B) 291.83º 0.96% 0.78% -
XYZ 27.63 13.18 55.12 -
YUV 79.11 195.66 194.97 -
System Red Green Blue C M Y K H S L
Decimal 173 8 199 0.13 0.96 0 0.22 291.83 0.92 0.41
Hex AD 8 C7 D 60 0 16 124 5C 29
Octal 255 10 307 15 140 0 26 444 134 51
Binary 10101101 1000 11000111 1101 1100000 0 10110 100100100 1011100 101001

Color Harmonies of #AD08C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD08C7

Black with #AD08C7

Text Example


Text Example

White with #AD08C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD08C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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