Html Css Color HEX #A498AF East Side

📋 copy color: '#A498AF'

red 164 ◦ green 152 ◦ blue 175

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

Shades of East Side #A498AF

Tints of East Side #A498AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 35.64%

R = 33.4%
G = 30.96%
B = 35.64%

CMYK

 C value IS 0.06

 M value IS 0.13

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A498AF (or 0xA498AF) is known color: East Side. HEX triplet: A4, 98 and AF. RGB value is (164,152,175). Sum of RGB (Red+Green+Blue) = 164+152+175=491 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.40% from 491); Green value is 152 (59.77% from 255 or 30.96% from 491); Blue value is 175 (68.75% from 255 or 35.64% from 491); Max value from RGB is 175 - color contains mainly: blue. Hex color #A498AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A498AF is #5B6750. Grayscale: #9E9E9E. Windows color (decimal): -5990225 or 11507876. OLE color: 11507876.

HSL color Cylindrical-coordinate representation of color #A498AF: hue angle of 271.3º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A498AF is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 164 152 175 -
CMYK 0.06 0.13 0 0.31
HSL 271.3º 0.13% 0.64% -
HSV(B) 271.3º 0.13% 0.69% -
XYZ 34.28 33.44 45.21 -
YUV 158.21 137.48 132.13 -
System Red Green Blue C M Y K H S L
Decimal 164 152 175 0.06 0.13 0 0.31 271.3 0.13 0.64
Hex A4 98 AF 6 D 0 1F 10F D 40
Octal 244 230 257 6 15 0 37 417 15 100
Binary 10100100 10011000 10101111 110 1101 0 11111 100001111 1101 1000000

Color Harmonies of #A498AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A498AF

Black with #A498AF

Text Example


Text Example

White with #A498AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A498AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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