Html Css Color HEX #AD06CC Dark Violet

📋 copy color: '#AD06CC'

red 173 ◦ green 6 ◦ blue 204

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

Shades of Dark Violet #AD06CC

Tints of Dark Violet #AD06CC

RGB

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

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

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

R = 45.17%
G = 1.57%
B = 53.26%

CMYK

 C value IS 0.15

 M value IS 0.97

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AD06CC (or 0xAD06CC) is known color: Dark Violet. HEX triplet: AD, 06 and CC. RGB value is (173,6,204). Sum of RGB (Red+Green+Blue) = 173+6+204=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 6 (2.73% from 255 or 1.57% from 383); Blue value is 204 (80.08% from 255 or 53.26% from 383); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD06CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD06CC is #52F933. Grayscale: #4D4D4D. Windows color (decimal): -5437748 or 13371053. OLE color: 13371053.

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

Color convert

RGB 173 6 204 -
CMYK 0.15 0.97 0 0.2
HSL 290.61º 0.94% 0.41% -
HSV(B) 290.61º 0.97% 0.8% -
XYZ 28.2 13.37 58.22 -
YUV 78.51 198.83 195.4 -
System Red Green Blue C M Y K H S L
Decimal 173 6 204 0.15 0.97 0 0.2 290.61 0.94 0.41
Hex AD 6 CC F 61 0 14 123 5E 29
Octal 255 6 314 17 141 0 24 443 136 51
Binary 10101101 110 11001100 1111 1100001 0 10100 100100011 1011110 101001

Color Harmonies of #AD06CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD06CC

Black with #AD06CC

Text Example


Text Example

White with #AD06CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD06CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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