#AE619B

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

Shades of Violet Blue #AE619B

Tints of Violet Blue #AE619B

Color information

#AE619B (or 0xAE619B) is unknown color: approx Violet Blue. HEX triplet: AE, 61 and 9B. RGB value is (174,97,155). Sum of RGB (Red+Green+Blue) = 174+97+155=426 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.85% from 426); Green value is 97 (38.28% from 255 or 22.77% from 426); Blue value is 155 (60.94% from 255 or 36.38% from 426); Max value from RGB is 174 - color contains mainly: red. Hex color #AE619B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE619B is #519E64. Grayscale: #7E7E7E. Windows color (decimal): -5348965 or 10183086. OLE color: 10183086.

HSL color Cylindrical-coordinate representation of color #AE619B: hue angle of 314.81º 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 #AE619B is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.32.

Color convert

RGB17497155-
CMYK00.440.110.32
HSL314.81º32.22%53.14%-
HSV(B)314.81º44.25%68.24%-
XYZ27.6519.9133.4-
YUV126.64144.01161.78-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.85%
GREEN value IS 97 (38.28% from 255) = 22.77%
BLUE value IS 155 (60.94% from 255) = 36.38%
R=40.85%
G=22.77%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749715500.440.110.32314.8132.2253.14
HexAE619B02CB2013b2035
Octal25614123305413404734065
Binary1010111011000011001101101011001011100000100111011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE619B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE619B; }

 p { color: rgb(174,97,155); }

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

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

 a { background-color: rgb(174,97,155); }

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

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

 span { border-color: rgb(174,97,155); }

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