Html Css Color HEX #AE2FFE Blue Violet

📋 copy color: '#AE2FFE'

red 174 ◦ green 47 ◦ blue 254

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

Shades of Blue Violet #AE2FFE

Tints of Blue Violet #AE2FFE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.89%

 BLUE value IS 254 (99.61% from 255) = 53.47%

R = 36.63%
G = 9.89%
B = 53.47%

CMYK

 C value IS 0.31

 M value IS 0.81

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AE2FFE (or 0xAE2FFE) is known color: Blue Violet. HEX triplet: AE, 2F and FE. RGB value is (174,47,254). Sum of RGB (Red+Green+Blue) = 174+47+254=475 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.63% from 475); Green value is 47 (18.75% from 255 or 9.89% from 475); Blue value is 254 (99.61% from 255 or 53.47% from 475); Max value from RGB is 254 - color contains mainly: blue. Hex color #AE2FFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE2FFE is #51D001. Grayscale: #6B6B6B. Windows color (decimal): -5361666 or 16658350. OLE color: 16658350.

HSL color Cylindrical-coordinate representation of color #AE2FFE: hue angle of 276.81º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AE2FFE is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 174 47 254 -
CMYK 0.31 0.81 0 0.00
HSL 276.81º 0.99% 0.59% -
HSV(B) 276.81º 0.81% 1% -
XYZ 36.36 18.19 95.36 -
YUV 108.57 210.08 174.67 -
System Red Green Blue C M Y K H S L
Decimal 174 47 254 0.31 0.81 0 0.00 276.81 0.99 0.59
Hex AE 2F FE 1F 51 0 0 115 63 3B
Octal 256 57 376 37 121 0 0 425 143 73
Binary 10101110 101111 11111110 11111 1010001 0 0 100010101 1100011 111011

Color Harmonies of #AE2FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2FFE

Black with #AE2FFE

Text Example


Text Example

White with #AE2FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2FFE; }

 p { color: rgb(174,47,254); }

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

background-color css

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

 a { background-color: rgb(174,47,254); }

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

border-color css

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

 span { border-color: rgb(174,47,254); }

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