Html Css Color HEX #A399AE East Side

📋 copy color: '#A399AE'

red 163 ◦ green 153 ◦ blue 174

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

Shades of East Side #A399AE

Tints of East Side #A399AE

RGB

 RED value IS 163 (64.06% from 255) = 33.27%

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

 BLUE value IS 174 (68.36% from 255) = 35.51%

R = 33.27%
G = 31.22%
B = 35.51%

CMYK

 C value IS 0.06

 M value IS 0.12

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A399AE (or 0xA399AE) is known color: East Side. HEX triplet: A3, 99 and AE. RGB value is (163,153,174). Sum of RGB (Red+Green+Blue) = 163+153+174=490 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.27% from 490); Green value is 153 (60.16% from 255 or 31.22% from 490); Blue value is 174 (68.36% from 255 or 35.51% from 490); Max value from RGB is 174 - color contains mainly: blue. Hex color #A399AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A399AE is #5C6651. Grayscale: #9E9E9E. Windows color (decimal): -6055506 or 11442595. OLE color: 11442595.

HSL color Cylindrical-coordinate representation of color #A399AE: hue angle of 268.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 #A399AE is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 163 153 174 -
CMYK 0.06 0.12 0 0.32
HSL 268.57º 0.11% 0.64% -
HSV(B) 268.57º 0.12% 0.68% -
XYZ 34.14 33.62 44.74 -
YUV 158.38 136.81 131.29 -
System Red Green Blue C M Y K H S L
Decimal 163 153 174 0.06 0.12 0 0.32 268.57 0.11 0.64
Hex A3 99 AE 6 C 0 20 10D B 40
Octal 243 231 256 6 14 0 40 415 13 100
Binary 10100011 10011001 10101110 110 1100 0 100000 100001101 1011 1000000

Color Harmonies of #A399AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A399AE

Black with #A399AE

Text Example


Text Example

White with #A399AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A399AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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