Html Css Color HEX #AE32EF Blue Violet

📋 copy color: '#AE32EF'

red 174 ◦ green 50 ◦ blue 239

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

Shades of Blue Violet #AE32EF

Tints of Blue Violet #AE32EF

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.8%

 BLUE value IS 239 (93.75% from 255) = 51.62%

R = 37.58%
G = 10.8%
B = 51.62%

CMYK

 C value IS 0.27

 M value IS 0.79

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AE32EF (or 0xAE32EF) is known color: Blue Violet. HEX triplet: AE, 32 and EF. RGB value is (174,50,239). Sum of RGB (Red+Green+Blue) = 174+50+239=463 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.58% from 463); Green value is 50 (19.92% from 255 or 10.80% from 463); Blue value is 239 (93.75% from 255 or 51.62% from 463); Max value from RGB is 239 - color contains mainly: blue. Hex color #AE32EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE32EF is #51CD10. Grayscale: #6B6B6B. Windows color (decimal): -5360913 or 15676078. OLE color: 15676078.

HSL color Cylindrical-coordinate representation of color #AE32EF: hue angle of 279.37º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AE32EF is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 174 50 239 -
CMYK 0.27 0.79 0 0.06
HSL 279.37º 0.86% 0.57% -
HSV(B) 279.37º 0.79% 0.94% -
XYZ 34.18 17.51 83.24 -
YUV 108.62 201.58 174.63 -
System Red Green Blue C M Y K H S L
Decimal 174 50 239 0.27 0.79 0 0.06 279.37 0.86 0.57
Hex AE 32 EF 1B 4F 0 6 117 56 39
Octal 256 62 357 33 117 0 6 427 126 71
Binary 10101110 110010 11101111 11011 1001111 0 110 100010111 1010110 111001

Color Harmonies of #AE32EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE32EF

Black with #AE32EF

Text Example


Text Example

White with #AE32EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE32EF; }

 p { color: rgb(174,50,239); }

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

background-color css

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

 a { background-color: rgb(174,50,239); }

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

border-color css

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

 span { border-color: rgb(174,50,239); }

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