Html Css Color HEX #AD05E4 Dark Violet

📋 copy color: '#AD05E4'

red 173 ◦ green 5 ◦ blue 228

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

Shades of Dark Violet #AD05E4

Tints of Dark Violet #AD05E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 56.16%

R = 42.61%
G = 1.23%
B = 56.16%

CMYK

 C value IS 0.24

 M value IS 0.98

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AD05E4 (or 0xAD05E4) is known color: Dark Violet. HEX triplet: AD, 05 and E4. RGB value is (173,5,228). Sum of RGB (Red+Green+Blue) = 173+5+228=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 5 (2.34% from 255 or 1.23% from 406); Blue value is 228 (89.45% from 255 or 56.16% from 406); Max value from RGB is 228 - color contains mainly: blue. Hex color #AD05E4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD05E4 is #52FA1B. Grayscale: #4F4F4F. Windows color (decimal): -5437980 or 14943661. OLE color: 14943661.

HSL color Cylindrical-coordinate representation of color #AD05E4: hue angle of 285.2º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD05E4 is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 173 5 228 -
CMYK 0.24 0.98 0 0.11
HSL 285.2º 0.96% 0.46% -
HSV(B) 285.2º 0.98% 0.89% -
XYZ 31.29 14.59 74.57 -
YUV 80.65 211.16 193.87 -
System Red Green Blue C M Y K H S L
Decimal 173 5 228 0.24 0.98 0 0.11 285.2 0.96 0.46
Hex AD 5 E4 18 62 0 B 11D 60 2E
Octal 255 5 344 30 142 0 13 435 140 56
Binary 10101101 101 11100100 11000 1100010 0 1011 100011101 1100000 101110

Color Harmonies of #AD05E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD05E4

Black with #AD05E4

Text Example


Text Example

White with #AD05E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD05E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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