Html Css Color HEX #AD06E5 Dark Violet

📋 copy color: '#AD06E5'

red 173 ◦ green 6 ◦ blue 229

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

Shades of Dark Violet #AD06E5

Tints of Dark Violet #AD06E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 56.13%

R = 42.4%
G = 1.47%
B = 56.13%

CMYK

 C value IS 0.24

 M value IS 0.97

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AD06E5 (or 0xAD06E5) is known color: Dark Violet. HEX triplet: AD, 06 and E5. RGB value is (173,6,229). Sum of RGB (Red+Green+Blue) = 173+6+229=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 6 (2.73% from 255 or 1.47% from 408); Blue value is 229 (89.84% from 255 or 56.13% from 408); Max value from RGB is 229 - color contains mainly: blue. Hex color #AD06E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD06E5 is #52F91A. Grayscale: #505050. Windows color (decimal): -5437723 or 15009453. OLE color: 15009453.

HSL color Cylindrical-coordinate representation of color #AD06E5: hue angle of 284.93º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD06E5 is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 173 6 229 -
CMYK 0.24 0.97 0 0.10
HSL 284.93º 0.95% 0.46% -
HSV(B) 284.93º 0.97% 0.9% -
XYZ 31.44 14.67 75.3 -
YUV 81.36 211.33 193.37 -
System Red Green Blue C M Y K H S L
Decimal 173 6 229 0.24 0.97 0 0.10 284.93 0.95 0.46
Hex AD 6 E5 18 61 0 A 11D 5F 2E
Octal 255 6 345 30 141 0 12 435 137 56
Binary 10101101 110 11100101 11000 1100001 0 1010 100011101 1011111 101110

Color Harmonies of #AD06E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD06E5

Black with #AD06E5

Text Example


Text Example

White with #AD06E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD06E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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