Html Css Color HEX #AD24EE Blue Violet

📋 copy color: '#AD24EE'

red 173 ◦ green 36 ◦ blue 238

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

Shades of Blue Violet #AD24EE

Tints of Blue Violet #AD24EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 53.24%

R = 38.7%
G = 8.05%
B = 53.24%

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

#AD24EE (or 0xAD24EE) is known color: Blue Violet. HEX triplet: AD, 24 and EE. RGB value is (173,36,238). Sum of RGB (Red+Green+Blue) = 173+36+238=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 36 (14.45% from 255 or 8.05% from 447); Blue value is 238 (93.36% from 255 or 53.24% from 447); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD24EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD24EE is #52DB11. Grayscale: #636363. Windows color (decimal): -5430034 or 15606957. OLE color: 15606957.

HSL color Cylindrical-coordinate representation of color #AD24EE: hue angle of 280.69º degrees, saturation: 0.86, 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 #AD24EE is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 36 238 -
CMYK 0.27 0.85 0 0.07
HSL 280.69º 0.86% 0.54% -
HSV(B) 280.69º 0.85% 0.93% -
XYZ 33.3 16.32 82.28 -
YUV 99.99 205.89 180.07 -
System Red Green Blue C M Y K H S L
Decimal 173 36 238 0.27 0.85 0 0.07 280.69 0.86 0.54
Hex AD 24 EE 1B 55 0 7 119 56 36
Octal 255 44 356 33 125 0 7 431 126 66
Binary 10101101 100100 11101110 11011 1010101 0 111 100011001 1010110 110110

Color Harmonies of #AD24EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD24EE

Black with #AD24EE

Text Example


Text Example

White with #AD24EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD24EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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