Html Css Color HEX #AE23EC Blue Violet

📋 copy color: '#AE23EC'

red 174 ◦ green 35 ◦ blue 236

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

Shades of Blue Violet #AE23EC

Tints of Blue Violet #AE23EC

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.87%

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

R = 39.1%
G = 7.87%
B = 53.03%

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

#AE23EC (or 0xAE23EC) is known color: Blue Violet. HEX triplet: AE, 23 and EC. RGB value is (174,35,236). Sum of RGB (Red+Green+Blue) = 174+35+236=445 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.10% from 445); Green value is 35 (14.06% from 255 or 7.87% from 445); Blue value is 236 (92.58% from 255 or 53.03% from 445); Max value from RGB is 236 - color contains mainly: blue. Hex color #AE23EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE23EC is #51DC13. Grayscale: #626262. Windows color (decimal): -5364756 or 15475630. OLE color: 15475630.

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

Color convert

RGB 174 35 236 -
CMYK 0.26 0.85 0 0.07
HSL 281.49º 0.84% 0.53% -
HSV(B) 281.49º 0.85% 0.93% -
XYZ 33.2 16.26 80.75 -
YUV 99.48 205.05 181.16 -
System Red Green Blue C M Y K H S L
Decimal 174 35 236 0.26 0.85 0 0.07 281.49 0.84 0.53
Hex AE 23 EC 1A 55 0 7 119 54 35
Octal 256 43 354 32 125 0 7 431 124 65
Binary 10101110 100011 11101100 11010 1010101 0 111 100011001 1010100 110101

Color Harmonies of #AE23EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE23EC

Black with #AE23EC

Text Example


Text Example

White with #AE23EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE23EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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