Html Css Color HEX #A087B4 East Side

📋 copy color: '#A087B4'

red 160 ◦ green 135 ◦ blue 180

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

Shades of East Side #A087B4

Tints of East Side #A087B4

RGB

 RED value IS 160 (62.89% from 255) = 33.68%

 GREEN value IS 135 (53.13% from 255) = 28.42%

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

R = 33.68%
G = 28.42%
B = 37.89%

CMYK

 C value IS 0.11

 M value IS 0.25

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A087B4 (or 0xA087B4) is known color: East Side. HEX triplet: A0, 87 and B4. RGB value is (160,135,180). Sum of RGB (Red+Green+Blue) = 160+135+180=475 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.68% from 475); Green value is 135 (53.12% from 255 or 28.42% from 475); Blue value is 180 (70.70% from 255 or 37.89% from 475); Max value from RGB is 180 - color contains mainly: blue. Hex color #A087B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A087B4 is #5F784B. Grayscale: #939393. Windows color (decimal): -6256716 or 11831200. OLE color: 11831200.

HSL color Cylindrical-coordinate representation of color #A087B4: hue angle of 273.33º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A087B4 is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 160 135 180 -
CMYK 0.11 0.25 0 0.29
HSL 273.33º 0.23% 0.62% -
HSV(B) 273.33º 0.25% 0.71% -
XYZ 31.4 28.1 46.95 -
YUV 147.61 146.28 136.84 -
System Red Green Blue C M Y K H S L
Decimal 160 135 180 0.11 0.25 0 0.29 273.33 0.23 0.62
Hex A0 87 B4 B 19 0 1D 111 17 3E
Octal 240 207 264 13 31 0 35 421 27 76
Binary 10100000 10000111 10110100 1011 11001 0 11101 100010001 10111 111110

Color Harmonies of #A087B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A087B4

Black with #A087B4

Text Example


Text Example

White with #A087B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A087B4; }

 p { color: rgb(160,135,180); }

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

background-color css

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

 a { background-color: rgb(160,135,180); }

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

border-color css

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

 span { border-color: rgb(160,135,180); }

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