#A98FCE

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

Shades of Biloba Flower #A98FCE

Tints of Biloba Flower #A98FCE

Color information

#A98FCE (or 0xA98FCE) is unknown color: approx Biloba Flower. HEX triplet: A9, 8F and CE. RGB value is (169,143,206). Sum of RGB (Red+Green+Blue) = 169+143+206=518 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.63% from 518); Green value is 143 (56.25% from 255 or 27.61% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 206 - color contains mainly: blue. Hex color #A98FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98FCE is #567031. Grayscale: #9D9D9D. Windows color (decimal): -5664818 or 13537193. OLE color: 13537193.

HSL color Cylindrical-coordinate representation of color #A98FCE: hue angle of 264.76º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A98FCE is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB169143206-
CMYK0.180.3100.19
HSL264.76º39.13%68.43%-
HSV(B)264.76º30.58%80.78%-
XYZ37.3332.5462.71-
YUV157.96155.11135.88-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.63%
GREEN value IS 143 (56.25% from 255) = 27.61%
BLUE value IS 206 (80.86% from 255) = 39.77%
R=32.63%
G=27.61%
B=39.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1691432060.180.3100.19264.7639.1368.43
HexA98FCE121F0131092744
Octal251217316223702341147104
Binary10101001100011111100111010010111110100111000010011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98FCE; }

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

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

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

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

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

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

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

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