#AE969B

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

Shades of Viola #AE969B

Tints of Viola #AE969B

Color information

#AE969B (or 0xAE969B) is unknown color: approx Viola. HEX triplet: AE, 96 and 9B. RGB value is (174,150,155). Sum of RGB (Red+Green+Blue) = 174+150+155=479 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.33% from 479); Green value is 150 (58.98% from 255 or 31.32% from 479); Blue value is 155 (60.94% from 255 or 32.36% from 479); Max value from RGB is 174 - color contains mainly: red. Hex color #AE969B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE969B is #516964. Grayscale: #9D9D9D. Windows color (decimal): -5335397 or 10196654. OLE color: 10196654.

HSL color Cylindrical-coordinate representation of color #AE969B: hue angle of 347.5º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AE969B is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.32.

Color convert

RGB174150155-
CMYK00.140.110.32
HSL347.5º12.9%63.53%-
HSV(B)347.5º13.79%68.24%-
XYZ34.2833.1835.61-
YUV157.75126.45139.59-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.33%
GREEN value IS 150 (58.98% from 255) = 31.32%
BLUE value IS 155 (60.94% from 255) = 32.36%
R=36.33%
G=31.32%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415015500.140.110.32347.512.963.53
HexAE969B0EB2015cd40
Octal256226233016134053415100
Binary10101110100101101001101101110101110000010101110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE969B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE969B; }

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

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

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

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

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

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

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

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