#A98CC6

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

Shades of East Side #A98CC6

Tints of East Side #A98CC6

Color information

#A98CC6 (or 0xA98CC6) is unknown color: approx East Side. HEX triplet: A9, 8C and C6. RGB value is (169,140,198). Sum of RGB (Red+Green+Blue) = 169+140+198=507 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.33% from 507); Green value is 140 (55.08% from 255 or 27.61% from 507); Blue value is 198 (77.73% from 255 or 39.05% from 507); Max value from RGB is 198 - color contains mainly: blue. Hex color #A98CC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98CC6 is #567339. Grayscale: #9B9B9B. Windows color (decimal): -5665594 or 13012137. OLE color: 13012137.

HSL color Cylindrical-coordinate representation of color #A98CC6: hue angle of 270º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A98CC6 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB169140198-
CMYK0.150.2900.22
HSL270º33.72%66.27%-
HSV(B)270º29.29%77.65%-
XYZ35.9331.2757.57-
YUV155.28152.11137.78-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.33%
GREEN value IS 140 (55.08% from 255) = 27.61%
BLUE value IS 198 (77.73% from 255) = 39.05%
R=33.33%
G=27.61%
B=39.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1691401980.150.2900.2227033.7266.27
HexA98CC6F1D01610e2242
Octal251214306173502641642102
Binary1010100110001100110001101111111010101101000011101000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98CC6; }

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

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

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

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

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

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

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

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