Html Css Color HEX #AE32F1 Blue Violet

📋 copy color: '#AE32F1'

red 174 ◦ green 50 ◦ blue 241

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

Shades of Blue Violet #AE32F1

Tints of Blue Violet #AE32F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 51.83%

R = 37.42%
G = 10.75%
B = 51.83%

CMYK

 C value IS 0.28

 M value IS 0.79

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AE32F1 (or 0xAE32F1) is known color: Blue Violet. HEX triplet: AE, 32 and F1. RGB value is (174,50,241). Sum of RGB (Red+Green+Blue) = 174+50+241=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 50 (19.92% from 255 or 10.75% from 465); Blue value is 241 (94.53% from 255 or 51.83% from 465); Max value from RGB is 241 - color contains mainly: blue. Hex color #AE32F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE32F1 is #51CD0E. Grayscale: #6C6C6C. Windows color (decimal): -5360911 or 15807150. OLE color: 15807150.

HSL color Cylindrical-coordinate representation of color #AE32F1: hue angle of 278.95º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AE32F1 is Cyan = 0.28, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 174 50 241 -
CMYK 0.28 0.79 0 0.05
HSL 278.95º 0.87% 0.57% -
HSV(B) 278.95º 0.79% 0.95% -
XYZ 34.47 17.63 84.81 -
YUV 108.85 202.58 174.47 -
System Red Green Blue C M Y K H S L
Decimal 174 50 241 0.28 0.79 0 0.05 278.95 0.87 0.57
Hex AE 32 F1 1C 4F 0 5 117 57 39
Octal 256 62 361 34 117 0 5 427 127 71
Binary 10101110 110010 11110001 11100 1001111 0 101 100010111 1010111 111001

Color Harmonies of #AE32F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE32F1

Black with #AE32F1

Text Example


Text Example

White with #AE32F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE32F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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