#A98CC2

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

Shades of East Side #A98CC2

Tints of East Side #A98CC2

Color information

#A98CC2 (or 0xA98CC2) is unknown color: approx East Side. HEX triplet: A9, 8C and C2. RGB value is (169,140,194). Sum of RGB (Red+Green+Blue) = 169+140+194=503 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.60% from 503); Green value is 140 (55.08% from 255 or 27.83% from 503); Blue value is 194 (76.17% from 255 or 38.57% from 503); Max value from RGB is 194 - color contains mainly: blue. Hex color #A98CC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98CC2 is #56733D. Grayscale: #9A9A9A. Windows color (decimal): -5665598 or 12749993. OLE color: 12749993.

HSL color Cylindrical-coordinate representation of color #A98CC2: hue angle of 272.22º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A98CC2 is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB169140194-
CMYK0.130.2800.24
HSL272.22º30.68%65.49%-
HSV(B)272.22º27.84%76.08%-
XYZ35.4831.0955.17-
YUV154.83150.11138.11-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.60%
GREEN value IS 140 (55.08% from 255) = 27.83%
BLUE value IS 194 (76.17% from 255) = 38.57%
R=33.60%
G=27.83%
B=38.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1691401940.130.2800.24272.2230.6865.49
HexA98CC2D1C0181101f41
Octal251214302153403042037101
Binary101010011000110011000010110111100011000100010000111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98CC2; }

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

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

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

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

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

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

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

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