#A98FFA

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

Shades of Biloba Flower #A98FFA

Tints of Biloba Flower #A98FFA

Color information

#A98FFA (or 0xA98FFA) is unknown color: approx Biloba Flower. HEX triplet: A9, 8F and FA. RGB value is (169,143,250). Sum of RGB (Red+Green+Blue) = 169+143+250=562 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.07% from 562); Green value is 143 (56.25% from 255 or 25.44% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 250 - color contains mainly: blue. Hex color #A98FFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A98FFA is #567005. Grayscale: #A2A2A2. Windows color (decimal): -5664774 or 16420777. OLE color: 16420777.

HSL color Cylindrical-coordinate representation of color #A98FFA: hue angle of 254.58º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A98FFA is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB169143250-
CMYK0.320.4300.02
HSL254.58º91.45%77.06%-
HSV(B)254.58º42.8%98.04%-
XYZ43.4434.9894.91-
YUV162.97177.11132.3-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.07%
GREEN value IS 143 (56.25% from 255) = 25.44%
BLUE value IS 250 (98.05% from 255) = 44.48%
R=30.07%
G=25.44%
B=44.48%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1691432500.320.4300.02254.5891.4577.06
HexA98FFA202B02ff5b4d
Octal251217372405302377133115
Binary1010100110001111111110101000001010110101111111110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98FFA; }

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

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

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

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

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

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

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

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