Html Css Color HEX #AE8994 Viola

📋 copy color: '#AE8994'

red 174 ◦ green 137 ◦ blue 148

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

Shades of Viola #AE8994

Tints of Viola #AE8994

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.85%

 BLUE value IS 148 (58.2% from 255) = 32.24%

R = 37.91%
G = 29.85%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.15

 K value IS 0.32

RGB Variations

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

Color information

#AE8994 (or 0xAE8994) is known color: Viola. HEX triplet: AE, 89 and 94. RGB value is (174,137,148). Sum of RGB (Red+Green+Blue) = 174+137+148=459 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.91% from 459); Green value is 137 (53.91% from 255 or 29.85% from 459); Blue value is 148 (58.20% from 255 or 32.24% from 459); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8994 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8994 is #51766B. Grayscale: #959595. Windows color (decimal): -5338732 or 9734574. OLE color: 9734574.

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

Color convert

RGB 174 137 148 -
CMYK 0 0.21 0.15 0.32
HSL 342.16º 0.19% 0.61% -
HSV(B) 342.16º 0.21% 0.68% -
XYZ 31.75 29.03 31.95 -
YUV 149.32 127.26 145.61 -
System Red Green Blue C M Y K H S L
Decimal 174 137 148 0 0.21 0.15 0.32 342.16 0.19 0.61
Hex AE 89 94 0 15 F 20 156 13 3D
Octal 256 211 224 0 25 17 40 526 23 75
Binary 10101110 10001001 10010100 0 10101 1111 100000 101010110 10011 111101

Color Harmonies of #AE8994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8994

Black with #AE8994

Text Example


Text Example

White with #AE8994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8994; }

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

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

background-color css

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

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

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

border-color css

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

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

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