Html Css Color HEX #AD06DF Dark Violet

📋 copy color: '#AD06DF'

red 173 ◦ green 6 ◦ blue 223

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

Shades of Dark Violet #AD06DF

Tints of Dark Violet #AD06DF

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.49%

 BLUE value IS 223 (87.5% from 255) = 55.47%

R = 43.03%
G = 1.49%
B = 55.47%

CMYK

 C value IS 0.22

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD06DF (or 0xAD06DF) is known color: Dark Violet. HEX triplet: AD, 06 and DF. RGB value is (173,6,223). Sum of RGB (Red+Green+Blue) = 173+6+223=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 6 (2.73% from 255 or 1.49% from 402); Blue value is 223 (87.5% from 255 or 55.47% from 402); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD06DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD06DF is #52F920. Grayscale: #4F4F4F. Windows color (decimal): -5437729 or 14616237. OLE color: 14616237.

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

Color convert

RGB 173 6 223 -
CMYK 0.22 0.97 0 0.13
HSL 286.18º 0.95% 0.45% -
HSV(B) 286.18º 0.97% 0.87% -
XYZ 30.62 14.34 70.97 -
YUV 80.67 208.33 193.86 -
System Red Green Blue C M Y K H S L
Decimal 173 6 223 0.22 0.97 0 0.13 286.18 0.95 0.45
Hex AD 6 DF 16 61 0 D 11E 5F 2D
Octal 255 6 337 26 141 0 15 436 137 55
Binary 10101101 110 11011111 10110 1100001 0 1101 100011110 1011111 101101

Color Harmonies of #AD06DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD06DF

Black with #AD06DF

Text Example


Text Example

White with #AD06DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD06DF; }

 p { color: rgb(173,6,223); }

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

background-color css

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

 a { background-color: rgb(173,6,223); }

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

border-color css

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

 span { border-color: rgb(173,6,223); }

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