Html Css Color HEX #AE959C Viola

📋 copy color: '#AE959C'

red 174 ◦ green 149 ◦ blue 156

#AE959C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viola #AE959C

Tints of Viola #AE959C

RGB

 RED value IS 174 (68.36% from 255) = 36.33%

 GREEN value IS 149 (58.59% from 255) = 31.11%

 BLUE value IS 156 (61.33% from 255) = 32.57%

R = 36.33%
G = 31.11%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AE959C (or 0xAE959C) is known color: Viola. HEX triplet: AE, 95 and 9C. RGB value is (174,149,156). Sum of RGB (Red+Green+Blue) = 174+149+156=479 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.33% from 479); Green value is 149 (58.59% from 255 or 31.11% from 479); Blue value is 156 (61.33% from 255 or 32.57% from 479); Max value from RGB is 174 - color contains mainly: red. Hex color #AE959C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE959C is #516A63. Grayscale: #9D9D9D. Windows color (decimal): -5335652 or 10261934. OLE color: 10261934.

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

Color convert

RGB 174 149 156 -
CMYK 0 0.14 0.10 0.32
HSL 343.2º 0.13% 0.63% -
HSV(B) 343.2º 0.14% 0.68% -
XYZ 34.2 32.89 36 -
YUV 157.27 127.28 139.93 -
System Red Green Blue C M Y K H S L
Decimal 174 149 156 0 0.14 0.10 0.32 343.2 0.13 0.63
Hex AE 95 9C 0 E A 20 157 D 3F
Octal 256 225 234 0 16 12 40 527 15 77
Binary 10101110 10010101 10011100 0 1110 1010 100000 101010111 1101 111111

Color Harmonies of #AE959C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE959C

Black with #AE959C

Text Example


Text Example

White with #AE959C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE959C; }

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

 H1.HeaderClassName
 {
   color: #AE959C;
 }
 .AnyTagClassName
 {
   color: #AE959C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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