#a98ffc

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

Shades of Biloba Flower #A98FFC

Tints of Biloba Flower #A98FFC

Color information

#A98FFC (or 0xA98FFC) is unknown color: approx Biloba Flower. HEX triplet: A9, 8F and FC. RGB value is (169,143,252). Sum of RGB (Red+Green+Blue) = 169+143+252=564 (74% of max value = 765). Red value is 169 (66.41% from 255 or 29.96% from 564); Green value is 143 (56.25% from 255 or 25.35% from 564); Blue value is 252 (98.83% from 255 or 44.68% from 564); Max value from RGB is 252 - color contains mainly: blue. Hex color #A98FFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A98FFC is #567003. Grayscale: #A2A2A2. Windows color (decimal): -5664772 or 16551849. OLE color: 16551849.

HSL color Cylindrical-coordinate representation of color #A98FFC: hue angle of 254.31º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A98FFC is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB169143252-
CMYK0.330.4300.01
HSL254.31º94.78%77.45%-
HSV(B)254.31º43.25%98.82%-
XYZ43.7635.1196.57-
YUV163.2178.11132.14-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.96%
GREEN value IS 143 (56.25% from 255) = 25.35%
BLUE value IS 252 (98.83% from 255) = 44.68%
R=29.96%
G=25.35%
B=44.68%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1691432520.330.4300.01254.3194.7877.45
HexA98FFC212B01fe5f4d
Octal251217374415301376137115
Binary101010011000111111111100100001101011011111111010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a98ffc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a98ffc; }

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

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

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

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

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

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

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

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