Html Css Color HEX #AE3EFF Blue Violet

📋 copy color: '#AE3EFF'

red 174 ◦ green 62 ◦ blue 255

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

Shades of Blue Violet #AE3EFF

Tints of Blue Violet #AE3EFF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.63%

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

R = 35.44%
G = 12.63%
B = 51.93%

CMYK

 C value IS 0.32

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AE3EFF (or 0xAE3EFF) is known color: Blue Violet. HEX triplet: AE, 3E and FF. RGB value is (174,62,255). Sum of RGB (Red+Green+Blue) = 174+62+255=491 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.44% from 491); Green value is 62 (24.61% from 255 or 12.63% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE3EFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE3EFF is #51C100. Grayscale: #747474. Windows color (decimal): -5357825 or 16727726. OLE color: 16727726.

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

Color convert

RGB 174 62 255 -
CMYK 0.32 0.76 0 0
HSL 274.82º 1% 0.62% -
HSV(B) 274.82º 0.76% 1% -
XYZ 37.23 19.66 96.44 -
YUV 117.49 205.61 168.31 -
System Red Green Blue C M Y K H S L
Decimal 174 62 255 0.32 0.76 0 0 274.82 1 0.62
Hex AE 3E FF 20 4C 0 0 113 64 3E
Octal 256 76 377 40 114 0 0 423 144 76
Binary 10101110 111110 11111111 100000 1001100 0 0 100010011 1100100 111110

Color Harmonies of #AE3EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3EFF

Black with #AE3EFF

Text Example


Text Example

White with #AE3EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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