Html Css Color HEX #AE3FFF Blue Violet

📋 copy color: '#AE3FFF'

red 174 ◦ green 63 ◦ blue 255

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

Shades of Blue Violet #AE3FFF

Tints of Blue Violet #AE3FFF

RGB

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

 GREEN value IS 63 (25% from 255) = 12.8%

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

R = 35.37%
G = 12.8%
B = 51.83%

CMYK

 C value IS 0.32

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AE3FFF (or 0xAE3FFF) is known color: Blue Violet. HEX triplet: AE, 3F and FF. RGB value is (174,63,255). Sum of RGB (Red+Green+Blue) = 174+63+255=492 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.37% from 492); Green value is 63 (25% from 255 or 12.80% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE3FFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE3FFF is #51C000. Grayscale: #757575. Windows color (decimal): -5357569 or 16727982. OLE color: 16727982.

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

Color convert

RGB 174 63 255 -
CMYK 0.32 0.75 0 0
HSL 274.69º 1% 0.62% -
HSV(B) 274.69º 0.75% 1% -
XYZ 37.28 19.77 96.46 -
YUV 118.08 205.27 167.89 -
System Red Green Blue C M Y K H S L
Decimal 174 63 255 0.32 0.75 0 0 274.69 1 0.62
Hex AE 3F FF 20 4B 0 0 113 64 3E
Octal 256 77 377 40 113 0 0 423 144 76
Binary 10101110 111111 11111111 100000 1001011 0 0 100010011 1100100 111110

Color Harmonies of #AE3FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3FFF

Black with #AE3FFF

Text Example


Text Example

White with #AE3FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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