Html Css Color HEX #AD0ACE Dark Violet

📋 copy color: '#AD0ACE'

red 173 ◦ green 10 ◦ blue 206

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

Shades of Dark Violet #AD0ACE

Tints of Dark Violet #AD0ACE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.57%

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

R = 44.47%
G = 2.57%
B = 52.96%

CMYK

 C value IS 0.16

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD0ACE (or 0xAD0ACE) is known color: Dark Violet. HEX triplet: AD, 0A and CE. RGB value is (173,10,206). Sum of RGB (Red+Green+Blue) = 173+10+206=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 10 (4.30% from 255 or 2.57% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD0ACE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0ACE is #52F531. Grayscale: #505050. Windows color (decimal): -5436722 or 13503149. OLE color: 13503149.

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

Color convert

RGB 173 10 206 -
CMYK 0.16 0.95 0 0.19
HSL 289.9º 0.91% 0.42% -
HSV(B) 289.9º 0.95% 0.81% -
XYZ 28.48 13.56 59.51 -
YUV 81.08 198.5 193.56 -
System Red Green Blue C M Y K H S L
Decimal 173 10 206 0.16 0.95 0 0.19 289.9 0.91 0.42
Hex AD A CE 10 5F 0 13 122 5B 2A
Octal 255 12 316 20 137 0 23 442 133 52
Binary 10101101 1010 11001110 10000 1011111 0 10011 100100010 1011011 101010

Color Harmonies of #AD0ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0ACE

Black with #AD0ACE

Text Example


Text Example

White with #AD0ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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