Html Css Color HEX #AE949A Viola

📋 copy color: '#AE949A'

red 174 ◦ green 148 ◦ blue 154

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

Shades of Viola #AE949A

Tints of Viola #AE949A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.09%

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

R = 36.55%
G = 31.09%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#AE949A (or 0xAE949A) is known color: Viola. HEX triplet: AE, 94 and 9A. RGB value is (174,148,154). Sum of RGB (Red+Green+Blue) = 174+148+154=476 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.55% from 476); Green value is 148 (58.20% from 255 or 31.09% from 476); Blue value is 154 (60.55% from 255 or 32.35% from 476); Max value from RGB is 174 - color contains mainly: red. Hex color #AE949A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE949A is #516B65. Grayscale: #9C9C9C. Windows color (decimal): -5335910 or 10130606. OLE color: 10130606.

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

Color convert

RGB 174 148 154 -
CMYK 0 0.15 0.11 0.32
HSL 346.15º 0.14% 0.63% -
HSV(B) 346.15º 0.15% 0.68% -
XYZ 33.88 32.51 35.06 -
YUV 156.46 126.61 140.51 -
System Red Green Blue C M Y K H S L
Decimal 174 148 154 0 0.15 0.11 0.32 346.15 0.14 0.63
Hex AE 94 9A 0 F B 20 15A E 3F
Octal 256 224 232 0 17 13 40 532 16 77
Binary 10101110 10010100 10011010 0 1111 1011 100000 101011010 1110 111111

Color Harmonies of #AE949A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE949A

Black with #AE949A

Text Example


Text Example

White with #AE949A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE949A; }

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

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

background-color css

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

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

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

border-color css

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

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

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