Html Css Color HEX #AE2EFF Blue Violet

📋 copy color: '#AE2EFF'

red 174 ◦ green 46 ◦ blue 255

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

Shades of Blue Violet #AE2EFF

Tints of Blue Violet #AE2EFF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.68%

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

R = 36.63%
G = 9.68%
B = 53.68%

CMYK

 C value IS 0.32

 M value IS 0.82

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AE2EFF (or 0xAE2EFF) is known color: Blue Violet. HEX triplet: AE, 2E and FF. RGB value is (174,46,255). Sum of RGB (Red+Green+Blue) = 174+46+255=475 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.63% from 475); Green value is 46 (18.36% from 255 or 9.68% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE2EFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE2EFF is #51D100. Grayscale: #6B6B6B. Windows color (decimal): -5361921 or 16723630. OLE color: 16723630.

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

Color convert

RGB 174 46 255 -
CMYK 0.32 0.82 0 0
HSL 276.75º 1% 0.59% -
HSV(B) 276.75º 0.82% 1% -
XYZ 36.48 18.17 96.19 -
YUV 108.1 210.91 175.01 -
System Red Green Blue C M Y K H S L
Decimal 174 46 255 0.32 0.82 0 0 276.75 1 0.59
Hex AE 2E FF 20 52 0 0 115 64 3B
Octal 256 56 377 40 122 0 0 425 144 73
Binary 10101110 101110 11111111 100000 1010010 0 0 100010101 1100100 111011

Color Harmonies of #AE2EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2EFF

Black with #AE2EFF

Text Example


Text Example

White with #AE2EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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