#A98CC4

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

Shades of East Side #A98CC4

Tints of East Side #A98CC4

Color information

#A98CC4 (or 0xA98CC4) is unknown color: approx East Side. HEX triplet: A9, 8C and C4. RGB value is (169,140,196). Sum of RGB (Red+Green+Blue) = 169+140+196=505 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.47% from 505); Green value is 140 (55.08% from 255 or 27.72% from 505); Blue value is 196 (76.95% from 255 or 38.81% from 505); Max value from RGB is 196 - color contains mainly: blue. Hex color #A98CC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98CC4 is #56733B. Grayscale: #9A9A9A. Windows color (decimal): -5665596 or 12881065. OLE color: 12881065.

HSL color Cylindrical-coordinate representation of color #A98CC4: hue angle of 271.07º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A98CC4 is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB169140196-
CMYK0.140.2900.23
HSL271.07º32.18%65.88%-
HSV(B)271.07º28.57%76.86%-
XYZ35.731.1856.36-
YUV155.05151.11137.95-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.47%
GREEN value IS 140 (55.08% from 255) = 27.72%
BLUE value IS 196 (76.95% from 255) = 38.81%
R=33.47%
G=27.72%
B=38.81%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1691401960.140.2900.23271.0732.1865.88
HexA98CC4E1D01710f2042
Octal251214304163502741740102
Binary1010100110001100110001001110111010101111000011111000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98CC4; }

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

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

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

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

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

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

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

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