#A98CE2

Color #A98CE2 Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #A98CE2

Tints of Biloba Flower #A98CE2

Color information

#A98CE2 (or 0xA98CE2) is unknown color: approx Biloba Flower. HEX triplet: A9, 8C and E2. RGB value is (169,140,226). Sum of RGB (Red+Green+Blue) = 169+140+226=535 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.59% from 535); Green value is 140 (55.08% from 255 or 26.17% from 535); Blue value is 226 (88.67% from 255 or 42.24% from 535); Max value from RGB is 226 - color contains mainly: blue. Hex color #A98CE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98CE2 is #56731D. Grayscale: #9E9E9E. Windows color (decimal): -5665566 or 14847145. OLE color: 14847145.

HSL color Cylindrical-coordinate representation of color #A98CE2: hue angle of 260.23º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A98CE2 is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB169140226-
CMYK0.250.3800.11
HSL260.23º59.72%71.76%-
HSV(B)260.23º38.05%88.63%-
XYZ39.4732.6876.18-
YUV158.48166.11135.51-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.59%
GREEN value IS 140 (55.08% from 255) = 26.17%
BLUE value IS 226 (88.67% from 255) = 42.24%
R=31.59%
G=26.17%
B=42.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1691402260.250.3800.11260.2359.7271.76
HexA98CE219260B1043c48
Octal251214342314601340474110
Binary10101001100011001110001011001100110010111000001001111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98CE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98CE2; }

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

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

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

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

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

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

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

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