#A98CBC

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

Shades of East Side #A98CBC

Tints of East Side #A98CBC

Color information

#A98CBC (or 0xA98CBC) is unknown color: approx East Side. HEX triplet: A9, 8C and BC. RGB value is (169,140,188). Sum of RGB (Red+Green+Blue) = 169+140+188=497 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.00% from 497); Green value is 140 (55.08% from 255 or 28.17% from 497); Blue value is 188 (73.83% from 255 or 37.83% from 497); Max value from RGB is 188 - color contains mainly: blue. Hex color #A98CBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98CBC is #567343. Grayscale: #999999. Windows color (decimal): -5665604 or 12356777. OLE color: 12356777.

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

Color convert

RGB169140188-
CMYK0.100.2600.26
HSL276.25º26.37%64.31%-
HSV(B)276.25º25.53%73.73%-
XYZ34.8230.8251.69-
YUV154.14147.11138.6-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.00%
GREEN value IS 140 (55.08% from 255) = 28.17%
BLUE value IS 188 (73.83% from 255) = 37.83%
R=34.00%
G=28.17%
B=37.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1691401880.100.2600.26276.2526.3764.31
HexA98CBCA1A01A1141a40
Octal251214274123203242432100
Binary101010011000110010111100101011010011010100010100110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98CBC; }

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

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

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

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

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

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

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

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