Html Css Color HEX #AD06CE Dark Violet

📋 copy color: '#AD06CE'

red 173 ◦ green 6 ◦ blue 206

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

Shades of Dark Violet #AD06CE

Tints of Dark Violet #AD06CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.51%

R = 44.94%
G = 1.56%
B = 53.51%

CMYK

 C value IS 0.16

 M value IS 0.97

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD06CE (or 0xAD06CE) is known color: Dark Violet. HEX triplet: AD, 06 and CE. RGB value is (173,6,206). Sum of RGB (Red+Green+Blue) = 173+6+206=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 6 (2.73% from 255 or 1.56% from 385); Blue value is 206 (80.86% from 255 or 53.51% from 385); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD06CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD06CE is #52F931. Grayscale: #4E4E4E. Windows color (decimal): -5437746 or 13502125. OLE color: 13502125.

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

Color convert

RGB 173 6 206 -
CMYK 0.16 0.97 0 0.19
HSL 290.1º 0.94% 0.42% -
HSV(B) 290.1º 0.97% 0.81% -
XYZ 28.44 13.47 59.49 -
YUV 78.73 199.83 195.24 -
System Red Green Blue C M Y K H S L
Decimal 173 6 206 0.16 0.97 0 0.19 290.1 0.94 0.42
Hex AD 6 CE 10 61 0 13 122 5E 2A
Octal 255 6 316 20 141 0 23 442 136 52
Binary 10101101 110 11001110 10000 1100001 0 10011 100100010 1011110 101010

Color Harmonies of #AD06CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD06CE

Black with #AD06CE

Text Example


Text Example

White with #AD06CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD06CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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