Html Css Color HEX #AD24ED Blue Violet

📋 copy color: '#AD24ED'

red 173 ◦ green 36 ◦ blue 237

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

Shades of Blue Violet #AD24ED

Tints of Blue Violet #AD24ED

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.07%

 BLUE value IS 237 (92.97% from 255) = 53.14%

R = 38.79%
G = 8.07%
B = 53.14%

CMYK

 C value IS 0.27

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AD24ED (or 0xAD24ED) is known color: Blue Violet. HEX triplet: AD, 24 and ED. RGB value is (173,36,237). Sum of RGB (Red+Green+Blue) = 173+36+237=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 36 (14.45% from 255 or 8.07% from 446); Blue value is 237 (92.97% from 255 or 53.14% from 446); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD24ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD24ED is #52DB12. Grayscale: #636363. Windows color (decimal): -5430035 or 15541421. OLE color: 15541421.

HSL color Cylindrical-coordinate representation of color #AD24ED: hue angle of 280.9º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AD24ED is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 36 237 -
CMYK 0.27 0.85 0 0.07
HSL 280.9º 0.85% 0.54% -
HSV(B) 280.9º 0.85% 0.93% -
XYZ 33.15 16.26 81.51 -
YUV 99.88 205.39 180.16 -
System Red Green Blue C M Y K H S L
Decimal 173 36 237 0.27 0.85 0 0.07 280.9 0.85 0.54
Hex AD 24 ED 1B 55 0 7 119 55 36
Octal 255 44 355 33 125 0 7 431 125 66
Binary 10101101 100100 11101101 11011 1010101 0 111 100011001 1010101 110110

Color Harmonies of #AD24ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD24ED

Black with #AD24ED

Text Example


Text Example

White with #AD24ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD24ED; }

 p { color: rgb(173,36,237); }

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

background-color css

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

 a { background-color: rgb(173,36,237); }

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

border-color css

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

 span { border-color: rgb(173,36,237); }

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