Html Css Color HEX #A89BB4 East Side

📋 copy color: '#A89BB4'

red 168 ◦ green 155 ◦ blue 180

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

Shades of East Side #A89BB4

Tints of East Side #A89BB4

RGB

 RED value IS 168 (66.02% from 255) = 33.4%

 GREEN value IS 155 (60.94% from 255) = 30.82%

 BLUE value IS 180 (70.7% from 255) = 35.79%

R = 33.4%
G = 30.82%
B = 35.79%

CMYK

 C value IS 0.07

 M value IS 0.14

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A89BB4 (or 0xA89BB4) is known color: East Side. HEX triplet: A8, 9B and B4. RGB value is (168,155,180). Sum of RGB (Red+Green+Blue) = 168+155+180=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 155 (60.94% from 255 or 30.82% from 503); Blue value is 180 (70.70% from 255 or 35.79% from 503); Max value from RGB is 180 - color contains mainly: blue. Hex color #A89BB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89BB4 is #57644B. Grayscale: #A1A1A1. Windows color (decimal): -5727308 or 11836328. OLE color: 11836328.

HSL color Cylindrical-coordinate representation of color #A89BB4: hue angle of 271.2º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A89BB4 is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 168 155 180 -
CMYK 0.07 0.14 0 0.29
HSL 271.2º 0.14% 0.66% -
HSV(B) 271.2º 0.14% 0.71% -
XYZ 36.11 35.06 48.04 -
YUV 161.74 138.31 132.47 -
System Red Green Blue C M Y K H S L
Decimal 168 155 180 0.07 0.14 0 0.29 271.2 0.14 0.66
Hex A8 9B B4 7 E 0 1D 10F E 42
Octal 250 233 264 7 16 0 35 417 16 102
Binary 10101000 10011011 10110100 111 1110 0 11101 100001111 1110 1000010

Color Harmonies of #A89BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89BB4

Black with #A89BB4

Text Example


Text Example

White with #A89BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89BB4; }

 p { color: rgb(168,155,180); }

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

background-color css

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

 a { background-color: rgb(168,155,180); }

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

border-color css

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

 span { border-color: rgb(168,155,180); }

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