Html Css Color HEX #AE32FF Blue Violet

📋 copy color: '#AE32FF'

red 174 ◦ green 50 ◦ blue 255

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

Shades of Blue Violet #AE32FF

Tints of Blue Violet #AE32FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.24%

R = 36.33%
G = 10.44%
B = 53.24%

CMYK

 C value IS 0.32

 M value IS 0.80

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AE32FF (or 0xAE32FF) is known color: Blue Violet. HEX triplet: AE, 32 and FF. RGB value is (174,50,255). Sum of RGB (Red+Green+Blue) = 174+50+255=479 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.33% from 479); Green value is 50 (19.92% from 255 or 10.44% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE32FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE32FF is #51CD00. Grayscale: #6D6D6D. Windows color (decimal): -5360897 or 16724654. OLE color: 16724654.

HSL color Cylindrical-coordinate representation of color #AE32FF: hue angle of 276.29º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AE32FF is Cyan = 0.32, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 174 50 255 -
CMYK 0.32 0.80 0 0
HSL 276.29º 1% 0.6% -
HSV(B) 276.29º 0.8% 1% -
XYZ 36.65 18.5 96.25 -
YUV 110.45 209.58 173.33 -
System Red Green Blue C M Y K H S L
Decimal 174 50 255 0.32 0.80 0 0 276.29 1 0.6
Hex AE 32 FF 20 50 0 0 114 64 3C
Octal 256 62 377 40 120 0 0 424 144 74
Binary 10101110 110010 11111111 100000 1010000 0 0 100010100 1100100 111100

Color Harmonies of #AE32FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE32FF

Black with #AE32FF

Text Example


Text Example

White with #AE32FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE32FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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