#AE42FF

Color #AE42FF Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #AE42FF

Tints of Blue Violet #AE42FF

Color information

#AE42FF (or 0xAE42FF) is unknown color: approx Blue Violet. HEX triplet: AE, 42 and FF. RGB value is (174,66,255). Sum of RGB (Red+Green+Blue) = 174+66+255=495 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.15% from 495); Green value is 66 (26.17% from 255 or 13.33% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE42FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE42FF is #51BD00. Grayscale: #777777. Windows color (decimal): -5356801 or 16728750. OLE color: 16728750.

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

Color convert

RGB17466255-
CMYK0.320.7400
HSL274.29º100%62.94%-
HSV(B)274.29º74.12%100%-
XYZ37.4520.1296.52-
YUV119.84204.28166.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.15%
GREEN value IS 66 (26.17% from 255) = 13.33%
BLUE value IS 255 (100% from 255) = 51.52%
R=35.15%
G=13.33%
B=51.52%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal174662550.320.7400274.2910062.94
HexAE42FF204A00112643f
Octal256102377401120042214477
Binary101011101000010111111111000001001010001000100101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE42FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE42FF; }

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

 H1.HeaderClassName
 {
   color: #AE42FF;
 }
 .AnyTagClassName
 {
   color: #AE42FF;
 }
</style>
background-color css

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

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

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

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

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

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