#A98FF2

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

Shades of Biloba Flower #A98FF2

Tints of Biloba Flower #A98FF2

Color information

#A98FF2 (or 0xA98FF2) is unknown color: approx Biloba Flower. HEX triplet: A9, 8F and F2. RGB value is (169,143,242). Sum of RGB (Red+Green+Blue) = 169+143+242=554 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.51% from 554); Green value is 143 (56.25% from 255 or 25.81% from 554); Blue value is 242 (94.92% from 255 or 43.68% from 554); Max value from RGB is 242 - color contains mainly: blue. Hex color #A98FF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A98FF2 is #56700D. Grayscale: #A1A1A1. Windows color (decimal): -5664782 or 15896489. OLE color: 15896489.

HSL color Cylindrical-coordinate representation of color #A98FF2: hue angle of 255.76º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A98FF2 is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB169143242-
CMYK0.300.4100.05
HSL255.76º79.2%75.49%-
HSV(B)255.76º40.91%94.9%-
XYZ42.2134.4988.44-
YUV162.06173.11132.95-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.51%
GREEN value IS 143 (56.25% from 255) = 25.81%
BLUE value IS 242 (94.92% from 255) = 43.68%
R=30.51%
G=25.81%
B=43.68%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1691432420.300.4100.05255.7679.275.49
HexA98FF21E29051004f4b
Octal251217362365105400117113
Binary10101001100011111111001011110101001010110000000010011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98FF2; }

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

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

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

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

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

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

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

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