Html Css Color HEX #AE959A Viola

📋 copy color: '#AE959A'

red 174 ◦ green 149 ◦ blue 154

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

Shades of Viola #AE959A

Tints of Viola #AE959A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 32.29%

R = 36.48%
G = 31.24%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#AE959A (or 0xAE959A) is known color: Viola. HEX triplet: AE, 95 and 9A. RGB value is (174,149,154). Sum of RGB (Red+Green+Blue) = 174+149+154=477 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.48% from 477); Green value is 149 (58.59% from 255 or 31.24% from 477); Blue value is 154 (60.55% from 255 or 32.29% from 477); Max value from RGB is 174 - color contains mainly: red. Hex color #AE959A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE959A is #516A65. Grayscale: #9D9D9D. Windows color (decimal): -5335654 or 10130862. OLE color: 10130862.

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

Color convert

RGB 174 149 154 -
CMYK 0 0.14 0.11 0.32
HSL 348º 0.13% 0.63% -
HSV(B) 348º 0.14% 0.68% -
XYZ 34.04 32.83 35.11 -
YUV 157.05 126.28 140.09 -
System Red Green Blue C M Y K H S L
Decimal 174 149 154 0 0.14 0.11 0.32 348 0.13 0.63
Hex AE 95 9A 0 E B 20 15C D 3F
Octal 256 225 232 0 16 13 40 534 15 77
Binary 10101110 10010101 10011010 0 1110 1011 100000 101011100 1101 111111

Color Harmonies of #AE959A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE959A

Black with #AE959A

Text Example


Text Example

White with #AE959A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE959A; }

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

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

background-color css

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

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

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

border-color css

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

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

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