Html Css Color HEX #AE969A Viola

📋 copy color: '#AE969A'

red 174 ◦ green 150 ◦ blue 154

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

Shades of Viola #AE969A

Tints of Viola #AE969A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.38%

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

R = 36.4%
G = 31.38%
B = 32.22%

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

#AE969A (or 0xAE969A) is known color: Viola. HEX triplet: AE, 96 and 9A. RGB value is (174,150,154). Sum of RGB (Red+Green+Blue) = 174+150+154=478 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.40% from 478); Green value is 150 (58.98% from 255 or 31.38% from 478); Blue value is 154 (60.55% from 255 or 32.22% from 478); Max value from RGB is 174 - color contains mainly: red. Hex color #AE969A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE969A is #516965. Grayscale: #9D9D9D. Windows color (decimal): -5335398 or 10131118. OLE color: 10131118.

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

Color convert

RGB 174 150 154 -
CMYK 0 0.14 0.11 0.32
HSL 350º 0.13% 0.64% -
HSV(B) 350º 0.14% 0.68% -
XYZ 34.19 33.14 35.17 -
YUV 157.63 125.95 139.67 -
System Red Green Blue C M Y K H S L
Decimal 174 150 154 0 0.14 0.11 0.32 350 0.13 0.64
Hex AE 96 9A 0 E B 20 15E D 40
Octal 256 226 232 0 16 13 40 536 15 100
Binary 10101110 10010110 10011010 0 1110 1011 100000 101011110 1101 1000000

Color Harmonies of #AE969A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE969A

Black with #AE969A

Text Example


Text Example

White with #AE969A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE969A; }

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

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

background-color css

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

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

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

border-color css

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

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

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