Html Css Color HEX #AE24EC Blue Violet

📋 copy color: '#AE24EC'

red 174 ◦ green 36 ◦ blue 236

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

Shades of Blue Violet #AE24EC

Tints of Blue Violet #AE24EC

RGB

 RED value IS 174 (68.36% from 255) = 39.01%

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

 BLUE value IS 236 (92.58% from 255) = 52.91%

R = 39.01%
G = 8.07%
B = 52.91%

CMYK

 C value IS 0.26

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AE24EC (or 0xAE24EC) is known color: Blue Violet. HEX triplet: AE, 24 and EC. RGB value is (174,36,236). Sum of RGB (Red+Green+Blue) = 174+36+236=446 (59% of max value = 765). Red value is 174 (68.36% from 255 or 39.01% from 446); Green value is 36 (14.45% from 255 or 8.07% from 446); Blue value is 236 (92.58% from 255 or 52.91% from 446); Max value from RGB is 236 - color contains mainly: blue. Hex color #AE24EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE24EC is #51DB13. Grayscale: #636363. Windows color (decimal): -5364500 or 15475886. OLE color: 15475886.

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

Color convert

RGB 174 36 236 -
CMYK 0.26 0.85 0 0.07
HSL 281.4º 0.84% 0.53% -
HSV(B) 281.4º 0.85% 0.93% -
XYZ 33.23 16.32 80.76 -
YUV 100.06 204.72 180.74 -
System Red Green Blue C M Y K H S L
Decimal 174 36 236 0.26 0.85 0 0.07 281.4 0.84 0.53
Hex AE 24 EC 1A 55 0 7 119 54 35
Octal 256 44 354 32 125 0 7 431 124 65
Binary 10101110 100100 11101100 11010 1010101 0 111 100011001 1010100 110101

Color Harmonies of #AE24EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE24EC

Black with #AE24EC

Text Example


Text Example

White with #AE24EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE24EC; }

 p { color: rgb(174,36,236); }

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

background-color css

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

 a { background-color: rgb(174,36,236); }

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

border-color css

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

 span { border-color: rgb(174,36,236); }

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