Html Css Color HEX #AE999D Viola

📋 copy color: '#AE999D'

red 174 ◦ green 153 ◦ blue 157

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

Shades of Viola #AE999D

Tints of Viola #AE999D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.61%

 BLUE value IS 157 (61.72% from 255) = 32.44%

R = 35.95%
G = 31.61%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AE999D (or 0xAE999D) is known color: Viola. HEX triplet: AE, 99 and 9D. RGB value is (174,153,157). Sum of RGB (Red+Green+Blue) = 174+153+157=484 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.95% from 484); Green value is 153 (60.16% from 255 or 31.61% from 484); Blue value is 157 (61.72% from 255 or 32.44% from 484); Max value from RGB is 174 - color contains mainly: red. Hex color #AE999D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE999D is #516662. Grayscale: #9F9F9F. Windows color (decimal): -5334627 or 10328494. OLE color: 10328494.

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

Color convert

RGB 174 153 157 -
CMYK 0 0.12 0.10 0.32
HSL 348.57º 0.11% 0.64% -
HSV(B) 348.57º 0.12% 0.68% -
XYZ 34.93 34.22 36.66 -
YUV 159.74 126.46 138.17 -
System Red Green Blue C M Y K H S L
Decimal 174 153 157 0 0.12 0.10 0.32 348.57 0.11 0.64
Hex AE 99 9D 0 C A 20 15D B 40
Octal 256 231 235 0 14 12 40 535 13 100
Binary 10101110 10011001 10011101 0 1100 1010 100000 101011101 1011 1000000

Color Harmonies of #AE999D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE999D

Black with #AE999D

Text Example


Text Example

White with #AE999D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE999D; }

 p { color: rgb(174,153,157); }

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

background-color css

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

 a { background-color: rgb(174,153,157); }

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

border-color css

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

 span { border-color: rgb(174,153,157); }

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