Html Css Color HEX #AD0BE5 Dark Violet

📋 copy color: '#AD0BE5'

red 173 ◦ green 11 ◦ blue 229

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

Shades of Dark Violet #AD0BE5

Tints of Dark Violet #AD0BE5

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.66%

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

R = 41.89%
G = 2.66%
B = 55.45%

CMYK

 C value IS 0.24

 M value IS 0.95

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AD0BE5 (or 0xAD0BE5) is known color: Dark Violet. HEX triplet: AD, 0B and E5. RGB value is (173,11,229). Sum of RGB (Red+Green+Blue) = 173+11+229=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 11 (4.69% from 255 or 2.66% from 413); Blue value is 229 (89.84% from 255 or 55.45% from 413); Max value from RGB is 229 - color contains mainly: blue. Hex color #AD0BE5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0BE5 is #52F41A. Grayscale: #535353. Windows color (decimal): -5436443 or 15010733. OLE color: 15010733.

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

Color convert

RGB 173 11 229 -
CMYK 0.24 0.95 0 0.10
HSL 284.59º 0.91% 0.47% -
HSV(B) 284.59º 0.95% 0.9% -
XYZ 31.5 14.78 75.32 -
YUV 84.29 209.67 191.27 -
System Red Green Blue C M Y K H S L
Decimal 173 11 229 0.24 0.95 0 0.10 284.59 0.91 0.47
Hex AD B E5 18 5F 0 A 11D 5B 2F
Octal 255 13 345 30 137 0 12 435 133 57
Binary 10101101 1011 11100101 11000 1011111 0 1010 100011101 1011011 101111

Color Harmonies of #AD0BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0BE5

Black with #AD0BE5

Text Example


Text Example

White with #AD0BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0BE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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