Html Css Color HEX #A498A8 East Side

📋 copy color: '#A498A8'

red 164 ◦ green 152 ◦ blue 168

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

Shades of East Side #A498A8

Tints of East Side #A498A8

RGB

 RED value IS 164 (64.45% from 255) = 33.88%

 GREEN value IS 152 (59.77% from 255) = 31.4%

 BLUE value IS 168 (66.02% from 255) = 34.71%

R = 33.88%
G = 31.4%
B = 34.71%

CMYK

 C value IS 0.02

 M value IS 0.10

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#A498A8 (or 0xA498A8) is known color: East Side. HEX triplet: A4, 98 and A8. RGB value is (164,152,168). Sum of RGB (Red+Green+Blue) = 164+152+168=484 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.88% from 484); Green value is 152 (59.77% from 255 or 31.40% from 484); Blue value is 168 (66.02% from 255 or 34.71% from 484); Max value from RGB is 168 - color contains mainly: blue. Hex color #A498A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A498A8 is #5B6757. Grayscale: #9D9D9D. Windows color (decimal): -5990232 or 11049124. OLE color: 11049124.

HSL color Cylindrical-coordinate representation of color #A498A8: hue angle of 285º degrees, saturation: 0.08, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A498A8 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 164 152 168 -
CMYK 0.02 0.10 0 0.34
HSL 285º 0.08% 0.63% -
HSV(B) 285º 0.1% 0.66% -
XYZ 33.61 33.18 41.68 -
YUV 157.41 133.98 132.7 -
System Red Green Blue C M Y K H S L
Decimal 164 152 168 0.02 0.10 0 0.34 285 0.08 0.63
Hex A4 98 A8 2 A 0 22 11D 8 3F
Octal 244 230 250 2 12 0 42 435 10 77
Binary 10100100 10011000 10101000 10 1010 0 100010 100011101 1000 111111

Color Harmonies of #A498A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A498A8

Black with #A498A8

Text Example


Text Example

White with #A498A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A498A8; }

 p { color: rgb(164,152,168); }

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

background-color css

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

 a { background-color: rgb(164,152,168); }

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

border-color css

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

 span { border-color: rgb(164,152,168); }

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