Html Css Color HEX #A088B7 East Side

📋 copy color: '#A088B7'

red 160 ◦ green 136 ◦ blue 183

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

Shades of East Side #A088B7

Tints of East Side #A088B7

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.39%

 BLUE value IS 183 (71.88% from 255) = 38.2%

R = 33.4%
G = 28.39%
B = 38.2%

CMYK

 C value IS 0.13

 M value IS 0.26

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A088B7 (or 0xA088B7) is known color: East Side. HEX triplet: A0, 88 and B7. RGB value is (160,136,183). Sum of RGB (Red+Green+Blue) = 160+136+183=479 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.40% from 479); Green value is 136 (53.52% from 255 or 28.39% from 479); Blue value is 183 (71.88% from 255 or 38.20% from 479); Max value from RGB is 183 - color contains mainly: blue. Hex color #A088B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A088B7 is #5F7748. Grayscale: #949494. Windows color (decimal): -6256457 or 12028064. OLE color: 12028064.

HSL color Cylindrical-coordinate representation of color #A088B7: hue angle of 270.64º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A088B7 is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 160 136 183 -
CMYK 0.13 0.26 0 0.28
HSL 270.64º 0.25% 0.63% -
HSV(B) 270.64º 0.26% 0.72% -
XYZ 31.85 28.5 48.62 -
YUV 148.53 147.45 136.18 -
System Red Green Blue C M Y K H S L
Decimal 160 136 183 0.13 0.26 0 0.28 270.64 0.25 0.63
Hex A0 88 B7 D 1A 0 1C 10F 19 3F
Octal 240 210 267 15 32 0 34 417 31 77
Binary 10100000 10001000 10110111 1101 11010 0 11100 100001111 11001 111111

Color Harmonies of #A088B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A088B7

Black with #A088B7

Text Example


Text Example

White with #A088B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A088B7; }

 p { color: rgb(160,136,183); }

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

background-color css

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

 a { background-color: rgb(160,136,183); }

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

border-color css

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

 span { border-color: rgb(160,136,183); }

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