Html Css Color HEX #A498B0 East Side

📋 copy color: '#A498B0'

red 164 ◦ green 152 ◦ blue 176

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

Shades of East Side #A498B0

Tints of East Side #A498B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 35.77%

R = 33.33%
G = 30.89%
B = 35.77%

CMYK

 C value IS 0.07

 M value IS 0.14

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A498B0 (or 0xA498B0) is known color: East Side. HEX triplet: A4, 98 and B0. RGB value is (164,152,176). Sum of RGB (Red+Green+Blue) = 164+152+176=492 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.33% from 492); Green value is 152 (59.77% from 255 or 30.89% from 492); Blue value is 176 (69.14% from 255 or 35.77% from 492); Max value from RGB is 176 - color contains mainly: blue. Hex color #A498B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A498B0 is #5B674F. Grayscale: #9E9E9E. Windows color (decimal): -5990224 or 11573412. OLE color: 11573412.

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

Color convert

RGB 164 152 176 -
CMYK 0.07 0.14 0 0.31
HSL 270º 0.13% 0.64% -
HSV(B) 270º 0.14% 0.69% -
XYZ 34.37 33.48 45.73 -
YUV 158.32 137.98 132.05 -
System Red Green Blue C M Y K H S L
Decimal 164 152 176 0.07 0.14 0 0.31 270 0.13 0.64
Hex A4 98 B0 7 E 0 1F 10E D 40
Octal 244 230 260 7 16 0 37 416 15 100
Binary 10100100 10011000 10110000 111 1110 0 11111 100001110 1101 1000000

Color Harmonies of #A498B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A498B0

Black with #A498B0

Text Example


Text Example

White with #A498B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A498B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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