Html Css Color HEX #AE2BFF Blue Violet

📋 copy color: '#AE2BFF'

red 174 ◦ green 43 ◦ blue 255

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

Shades of Blue Violet #AE2BFF

Tints of Blue Violet #AE2BFF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.11%

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

R = 36.86%
G = 9.11%
B = 54.03%

CMYK

 C value IS 0.32

 M value IS 0.83

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AE2BFF (or 0xAE2BFF) is known color: Blue Violet. HEX triplet: AE, 2B and FF. RGB value is (174,43,255). Sum of RGB (Red+Green+Blue) = 174+43+255=472 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.86% from 472); Green value is 43 (17.19% from 255 or 9.11% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE2BFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE2BFF is #51D400. Grayscale: #696969. Windows color (decimal): -5362689 or 16722862. OLE color: 16722862.

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

Color convert

RGB 174 43 255 -
CMYK 0.32 0.83 0 0
HSL 277.08º 1% 0.58% -
HSV(B) 277.08º 0.83% 1% -
XYZ 36.37 17.95 96.15 -
YUV 106.34 211.9 176.26 -
System Red Green Blue C M Y K H S L
Decimal 174 43 255 0.32 0.83 0 0 277.08 1 0.58
Hex AE 2B FF 20 53 0 0 115 64 3A
Octal 256 53 377 40 123 0 0 425 144 72
Binary 10101110 101011 11111111 100000 1010011 0 0 100010101 1100100 111010

Color Harmonies of #AE2BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2BFF

Black with #AE2BFF

Text Example


Text Example

White with #AE2BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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