#AE6195

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

Shades of Violet Blue #AE6195

Tints of Violet Blue #AE6195

Color information

#AE6195 (or 0xAE6195) is unknown color: approx Violet Blue. HEX triplet: AE, 61 and 95. RGB value is (174,97,149). Sum of RGB (Red+Green+Blue) = 174+97+149=420 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.43% from 420); Green value is 97 (38.28% from 255 or 23.10% from 420); Blue value is 149 (58.59% from 255 or 35.48% from 420); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6195 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6195 is #519E6A. Grayscale: #7D7D7D. Windows color (decimal): -5348971 or 9789870. OLE color: 9789870.

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

Color convert

RGB17497149-
CMYK00.440.140.32
HSL319.48º32.22%53.14%-
HSV(B)319.48º44.25%68.24%-
XYZ27.1619.7230.81-
YUV125.95141.01162.27-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.43%
GREEN value IS 97 (38.28% from 255) = 23.10%
BLUE value IS 149 (58.59% from 255) = 35.48%
R=41.43%
G=23.10%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749714900.440.140.32319.4832.2253.14
HexAE619502CE2013f2035
Octal25614122505416404774065
Binary1010111011000011001010101011001110100000100111111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6195; }

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

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

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

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

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

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

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

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