#A98CFE

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

Shades of Biloba Flower #A98CFE

Tints of Biloba Flower #A98CFE

Color information

#A98CFE (or 0xA98CFE) is unknown color: approx Biloba Flower. HEX triplet: A9, 8C and FE. RGB value is (169,140,254). Sum of RGB (Red+Green+Blue) = 169+140+254=563 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.02% from 563); Green value is 140 (55.08% from 255 or 24.87% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #A98CFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A98CFE is #567301. Grayscale: #A1A1A1. Windows color (decimal): -5665538 or 16682153. OLE color: 16682153.

HSL color Cylindrical-coordinate representation of color #A98CFE: hue angle of 255.26º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A98CFE is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB169140254-
CMYK0.330.4500.00
HSL255.26º98.28%77.25%-
HSV(B)255.26º44.88%99.61%-
XYZ43.6334.3598.1-
YUV161.67180.11133.23-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.02%
GREEN value IS 140 (55.08% from 255) = 24.87%
BLUE value IS 254 (99.61% from 255) = 45.12%
R=30.02%
G=24.87%
B=45.12%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1691402540.330.4500.00255.2698.2877.25
HexA98CFE212D00ff624d
Octal251214376415500377142115
Binary101010011000110011111110100001101101001111111111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98CFE; }

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

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

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

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

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

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

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

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