Html Css Color HEX #AE969B Viola

📋 copy color: '#AE969B'

red 174 ◦ green 150 ◦ blue 155

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

Shades of Viola #AE969B

Tints of Viola #AE969B

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 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

#AE969B (or 0xAE969B) is known color: 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

RGB 174 150 155 -
CMYK 0 0.14 0.11 0.32
HSL 347.5º 0.13% 0.64% -
HSV(B) 347.5º 0.14% 0.68% -
XYZ 34.28 33.18 35.61 -
YUV 157.75 126.45 139.59 -
System Red Green Blue C M Y K H S L
Decimal 174 150 155 0 0.14 0.11 0.32 347.5 0.13 0.64
Hex AE 96 9B 0 E B 20 15C D 40
Octal 256 226 233 0 16 13 40 534 15 100
Binary 10101110 10010110 10011011 0 1110 1011 100000 101011100 1101 1000000

Color Harmonies of #AE969B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE969B

Black with #AE969B

Text Example


Text Example

White with #AE969B

Text Example


Text Example

HTML Codes & Css Web 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>