Html Css Color HEX #AD05C6 Dark Violet

📋 copy color: '#AD05C6'

red 173 ◦ green 5 ◦ blue 198

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

Shades of Dark Violet #AD05C6

Tints of Dark Violet #AD05C6

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.33%

 BLUE value IS 198 (77.73% from 255) = 52.66%

R = 46.01%
G = 1.33%
B = 52.66%

CMYK

 C value IS 0.13

 M value IS 0.97

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AD05C6 (or 0xAD05C6) is known color: Dark Violet. HEX triplet: AD, 05 and C6. RGB value is (173,5,198). Sum of RGB (Red+Green+Blue) = 173+5+198=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 5 (2.34% from 255 or 1.33% from 376); Blue value is 198 (77.73% from 255 or 52.66% from 376); Max value from RGB is 198 - color contains mainly: blue. Hex color #AD05C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD05C6 is #52FA39. Grayscale: #4C4C4C. Windows color (decimal): -5438010 or 12977581. OLE color: 12977581.

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

Color convert

RGB 173 5 198 -
CMYK 0.13 0.97 0 0.22
HSL 292.23º 0.95% 0.4% -
HSV(B) 292.23º 0.97% 0.78% -
XYZ 27.48 13.07 54.5 -
YUV 77.23 196.16 196.31 -
System Red Green Blue C M Y K H S L
Decimal 173 5 198 0.13 0.97 0 0.22 292.23 0.95 0.4
Hex AD 5 C6 D 61 0 16 124 5F 28
Octal 255 5 306 15 141 0 26 444 137 50
Binary 10101101 101 11000110 1101 1100001 0 10110 100100100 1011111 101000

Color Harmonies of #AD05C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD05C6

Black with #AD05C6

Text Example


Text Example

White with #AD05C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD05C6; }

 p { color: rgb(173,5,198); }

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

background-color css

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

 a { background-color: rgb(173,5,198); }

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

border-color css

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

 span { border-color: rgb(173,5,198); }

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