#A98FC4

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

Shades of East Side #A98FC4

Tints of East Side #A98FC4

Color information

#A98FC4 (or 0xA98FC4) is unknown color: approx East Side. HEX triplet: A9, 8F and C4. RGB value is (169,143,196). Sum of RGB (Red+Green+Blue) = 169+143+196=508 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.27% from 508); Green value is 143 (56.25% from 255 or 28.15% from 508); Blue value is 196 (76.95% from 255 or 38.58% from 508); Max value from RGB is 196 - color contains mainly: blue. Hex color #A98FC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98FC4 is #56703B. Grayscale: #9C9C9C. Windows color (decimal): -5664828 or 12881833. OLE color: 12881833.

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

Color convert

RGB169143196-
CMYK0.140.2700.23
HSL269.43º30.99%66.47%-
HSV(B)269.43º27.04%76.86%-
XYZ36.1532.0756.51-
YUV156.82150.11136.69-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.27%
GREEN value IS 143 (56.25% from 255) = 28.15%
BLUE value IS 196 (76.95% from 255) = 38.58%
R=33.27%
G=28.15%
B=38.58%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1691431960.140.2700.23269.4330.9966.47
HexA98FC4E1B01710d1f42
Octal251217304163302741537102
Binary101010011000111111000100111011011010111100001101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98FC4; }

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

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

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

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

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

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

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

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