#AE629E

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

Shades of Violet Blue #AE629E

Tints of Violet Blue #AE629E

Color information

#AE629E (or 0xAE629E) is unknown color: approx Violet Blue. HEX triplet: AE, 62 and 9E. RGB value is (174,98,158). Sum of RGB (Red+Green+Blue) = 174+98+158=430 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.47% from 430); Green value is 98 (38.67% from 255 or 22.79% from 430); Blue value is 158 (62.11% from 255 or 36.74% from 430); Max value from RGB is 174 - color contains mainly: red. Hex color #AE629E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE629E is #519D61. Grayscale: #7F7F7F. Windows color (decimal): -5348706 or 10379950. OLE color: 10379950.

HSL color Cylindrical-coordinate representation of color #AE629E: hue angle of 312.63º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AE629E is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB17498158-
CMYK00.440.090.32
HSL312.63º31.93%53.33%-
HSV(B)312.63º43.68%68.24%-
XYZ27.9920.234.77-
YUV127.56145.18161.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.47%
GREEN value IS 98 (38.67% from 255) = 22.79%
BLUE value IS 158 (62.11% from 255) = 36.74%
R=40.47%
G=22.79%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749815800.440.090.32312.6331.9353.33
HexAE629E02C9201392035
Octal25614223605411404714065
Binary1010111011000101001111001011001001100000100111001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE629E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE629E; }

 p { color: rgb(174,98,158); }

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

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

 a { background-color: rgb(174,98,158); }

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

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

 span { border-color: rgb(174,98,158); }

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