#A97BBC

Color #A97BBC East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #A97BBC

Tints of East Side #A97BBC

Color information

#A97BBC (or 0xA97BBC) is unknown color: approx East Side. HEX triplet: A9, 7B and BC. RGB value is (169,123,188). Sum of RGB (Red+Green+Blue) = 169+123+188=480 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.21% from 480); Green value is 123 (48.44% from 255 or 25.62% from 480); Blue value is 188 (73.83% from 255 or 39.17% from 480); Max value from RGB is 188 - color contains mainly: blue. Hex color #A97BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97BBC is #568443. Grayscale: #8F8F8F. Windows color (decimal): -5669956 or 12352425. OLE color: 12352425.

HSL color Cylindrical-coordinate representation of color #A97BBC: hue angle of 282.46º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A97BBC is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB169123188-
CMYK0.100.3500.26
HSL282.46º32.66%60.98%-
HSV(B)282.46º34.57%73.73%-
XYZ32.5226.2350.93-
YUV144.16152.74145.71-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.21%
GREEN value IS 123 (48.44% from 255) = 25.62%
BLUE value IS 188 (73.83% from 255) = 39.17%
R=35.21%
G=25.62%
B=39.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1691231880.100.3500.26282.4632.6660.98
HexA97BBCA2301A11a213d
Octal25117327412430324324175
Binary101010011111011101111001010100011011010100011010100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97BBC; }

 p { color: rgb(169,123,188); }

 H1.HeaderClassName
 {
   color: #A97BBC;
 }
 .AnyTagClassName
 {
   color: #A97BBC;
 }
</style>
background-color css

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

 a { background-color: rgb(169,123,188); }

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

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

 span { border-color: rgb(169,123,188); }

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