Html Css Color HEX #AE31F2 Blue Violet

📋 copy color: '#AE31F2'

red 174 ◦ green 49 ◦ blue 242

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

Shades of Blue Violet #AE31F2

Tints of Blue Violet #AE31F2

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.54%

 BLUE value IS 242 (94.92% from 255) = 52.04%

R = 37.42%
G = 10.54%
B = 52.04%

CMYK

 C value IS 0.28

 M value IS 0.80

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AE31F2 (or 0xAE31F2) is known color: Blue Violet. HEX triplet: AE, 31 and F2. RGB value is (174,49,242). Sum of RGB (Red+Green+Blue) = 174+49+242=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 49 (19.53% from 255 or 10.54% from 465); Blue value is 242 (94.92% from 255 or 52.04% from 465); Max value from RGB is 242 - color contains mainly: blue. Hex color #AE31F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE31F2 is #51CE0D. Grayscale: #6B6B6B. Windows color (decimal): -5361166 or 15872430. OLE color: 15872430.

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

Color convert

RGB 174 49 242 -
CMYK 0.28 0.80 0 0.05
HSL 278.86º 0.88% 0.57% -
HSV(B) 278.86º 0.8% 0.95% -
XYZ 34.58 17.61 85.58 -
YUV 108.38 203.41 174.81 -
System Red Green Blue C M Y K H S L
Decimal 174 49 242 0.28 0.80 0 0.05 278.86 0.88 0.57
Hex AE 31 F2 1C 50 0 5 117 58 39
Octal 256 61 362 34 120 0 5 427 130 71
Binary 10101110 110001 11110010 11100 1010000 0 101 100010111 1011000 111001

Color Harmonies of #AE31F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE31F2

Black with #AE31F2

Text Example


Text Example

White with #AE31F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE31F2; }

 p { color: rgb(174,49,242); }

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

background-color css

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

 a { background-color: rgb(174,49,242); }

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

border-color css

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

 span { border-color: rgb(174,49,242); }

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