Html Css Color HEX #AE32FA Blue Violet

📋 copy color: '#AE32FA'

red 174 ◦ green 50 ◦ blue 250

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

Shades of Blue Violet #AE32FA

Tints of Blue Violet #AE32FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 52.74%

R = 36.71%
G = 10.55%
B = 52.74%

CMYK

 C value IS 0.30

 M value IS 0.8

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AE32FA (or 0xAE32FA) is known color: Blue Violet. HEX triplet: AE, 32 and FA. RGB value is (174,50,250). Sum of RGB (Red+Green+Blue) = 174+50+250=474 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.71% from 474); Green value is 50 (19.92% from 255 or 10.55% from 474); Blue value is 250 (98.05% from 255 or 52.74% from 474); Max value from RGB is 250 - color contains mainly: blue. Hex color #AE32FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE32FA is #51CD05. Grayscale: #6D6D6D. Windows color (decimal): -5360902 or 16396974. OLE color: 16396974.

HSL color Cylindrical-coordinate representation of color #AE32FA: hue angle of 277.2º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AE32FA is Cyan = 0.30, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 174 50 250 -
CMYK 0.30 0.8 0 0.02
HSL 277.2º 0.95% 0.59% -
HSV(B) 277.2º 0.8% 0.98% -
XYZ 35.85 18.18 92.06 -
YUV 109.88 207.08 173.74 -
System Red Green Blue C M Y K H S L
Decimal 174 50 250 0.30 0.8 0 0.02 277.2 0.95 0.59
Hex AE 32 FA 1E 50 0 2 115 5F 3B
Octal 256 62 372 36 120 0 2 425 137 73
Binary 10101110 110010 11111010 11110 1010000 0 10 100010101 1011111 111011

Color Harmonies of #AE32FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE32FA

Black with #AE32FA

Text Example


Text Example

White with #AE32FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE32FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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