#AE3AFD

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

Shades of Blue Violet #AE3AFD

Tints of Blue Violet #AE3AFD

Color information

#AE3AFD (or 0xAE3AFD) is unknown color: approx Blue Violet. HEX triplet: AE, 3A and FD. RGB value is (174,58,253). Sum of RGB (Red+Green+Blue) = 174+58+253=485 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.88% from 485); Green value is 58 (23.05% from 255 or 11.96% from 485); Blue value is 253 (99.22% from 255 or 52.16% from 485); Max value from RGB is 253 - color contains mainly: blue. Hex color #AE3AFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE3AFD is #51C502. Grayscale: #727272. Windows color (decimal): -5358851 or 16595630. OLE color: 16595630.

HSL color Cylindrical-coordinate representation of color #AE3AFD: hue angle of 275.69º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AE3AFD is Cyan = 0.31, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB17458253-
CMYK0.310.7700.01
HSL275.69º97.99%60.98%-
HSV(B)275.69º77.08%99.22%-
XYZ36.719.1294.68-
YUV114.91205.93170.14-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.88%
GREEN value IS 58 (23.05% from 255) = 11.96%
BLUE value IS 253 (99.22% from 255) = 52.16%
R=35.88%
G=11.96%
B=52.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal174582530.310.7700.01275.6997.9960.98
HexAE3AFD1F4D01114623d
Octal25672375371150142414275
Binary1010111011101011111101111111001101011000101001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3AFD; }

 p { color: rgb(174,58,253); }

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

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

 a { background-color: rgb(174,58,253); }

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

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

 span { border-color: rgb(174,58,253); }

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