Html Css Color HEX #A498B2 East Side

📋 copy color: '#A498B2'

red 164 ◦ green 152 ◦ blue 178

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

Shades of East Side #A498B2

Tints of East Side #A498B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 36.03%

R = 33.2%
G = 30.77%
B = 36.03%

CMYK

 C value IS 0.08

 M value IS 0.15

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A498B2 (or 0xA498B2) is known color: East Side. HEX triplet: A4, 98 and B2. RGB value is (164,152,178). Sum of RGB (Red+Green+Blue) = 164+152+178=494 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.20% from 494); Green value is 152 (59.77% from 255 or 30.77% from 494); Blue value is 178 (69.92% from 255 or 36.03% from 494); Max value from RGB is 178 - color contains mainly: blue. Hex color #A498B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A498B2 is #5B674D. Grayscale: #9E9E9E. Windows color (decimal): -5990222 or 11704484. OLE color: 11704484.

HSL color Cylindrical-coordinate representation of color #A498B2: hue angle of 267.69º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A498B2 is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 164 152 178 -
CMYK 0.08 0.15 0 0.30
HSL 267.69º 0.14% 0.65% -
HSV(B) 267.69º 0.15% 0.7% -
XYZ 34.57 33.56 46.78 -
YUV 158.55 138.98 131.89 -
System Red Green Blue C M Y K H S L
Decimal 164 152 178 0.08 0.15 0 0.30 267.69 0.14 0.65
Hex A4 98 B2 8 F 0 1E 10C E 41
Octal 244 230 262 10 17 0 36 414 16 101
Binary 10100100 10011000 10110010 1000 1111 0 11110 100001100 1110 1000001

Color Harmonies of #A498B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A498B2

Black with #A498B2

Text Example


Text Example

White with #A498B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A498B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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