#A98AC7

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

Shades of East Side #A98AC7

Tints of East Side #A98AC7

Color information

#A98AC7 (or 0xA98AC7) is unknown color: approx East Side. HEX triplet: A9, 8A and C7. RGB value is (169,138,199). Sum of RGB (Red+Green+Blue) = 169+138+199=506 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.40% from 506); Green value is 138 (54.30% from 255 or 27.27% from 506); Blue value is 199 (78.12% from 255 or 39.33% from 506); Max value from RGB is 199 - color contains mainly: blue. Hex color #A98AC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98AC7 is #567538. Grayscale: #9A9A9A. Windows color (decimal): -5666105 or 13077161. OLE color: 13077161.

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

Color convert

RGB169138199-
CMYK0.150.3100.22
HSL270.49º35.26%66.08%-
HSV(B)270.49º30.65%78.04%-
XYZ35.7630.7458.08-
YUV154.22153.27138.54-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.40%
GREEN value IS 138 (54.30% from 255) = 27.27%
BLUE value IS 199 (78.12% from 255) = 39.33%
R=33.40%
G=27.27%
B=39.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1691381990.150.3100.22270.4935.2666.08
HexA98AC7F1F01610e2342
Octal251212307173702641643102
Binary1010100110001010110001111111111110101101000011101000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98AC7; }

 p { color: rgb(169,138,199); }

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

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

 a { background-color: rgb(169,138,199); }

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

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

 span { border-color: rgb(169,138,199); }

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