#A98FCA

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

Shades of Biloba Flower #A98FCA

Tints of Biloba Flower #A98FCA

Color information

#A98FCA (or 0xA98FCA) is unknown color: approx Biloba Flower. HEX triplet: A9, 8F and CA. RGB value is (169,143,202). Sum of RGB (Red+Green+Blue) = 169+143+202=514 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.88% from 514); Green value is 143 (56.25% from 255 or 27.82% from 514); Blue value is 202 (79.30% from 255 or 39.30% from 514); Max value from RGB is 202 - color contains mainly: blue. Hex color #A98FCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98FCA is #567035. Grayscale: #9D9D9D. Windows color (decimal): -5664822 or 13275049. OLE color: 13275049.

HSL color Cylindrical-coordinate representation of color #A98FCA: hue angle of 266.44º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A98FCA is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB169143202-
CMYK0.160.2900.21
HSL266.44º35.76%67.65%-
HSV(B)266.44º29.21%79.22%-
XYZ36.8532.3460.18-
YUV157.5153.11136.2-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.88%
GREEN value IS 143 (56.25% from 255) = 27.82%
BLUE value IS 202 (79.30% from 255) = 39.30%
R=32.88%
G=27.82%
B=39.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1691432020.160.2900.21266.4435.7667.65
HexA98FCA101D01510a2444
Octal251217312203502541244104
Binary10101001100011111100101010000111010101011000010101001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98FCA; }

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

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

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

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

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

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

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

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