#A98EFB

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

Shades of Biloba Flower #A98EFB

Tints of Biloba Flower #A98EFB

Color information

#A98EFB (or 0xA98EFB) is unknown color: approx Biloba Flower. HEX triplet: A9, 8E and FB. RGB value is (169,142,251). Sum of RGB (Red+Green+Blue) = 169+142+251=562 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.07% from 562); Green value is 142 (55.86% from 255 or 25.27% from 562); Blue value is 251 (98.44% from 255 or 44.66% from 562); Max value from RGB is 251 - color contains mainly: blue. Hex color #A98EFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A98EFB is #567104. Grayscale: #A2A2A2. Windows color (decimal): -5665029 or 16486057. OLE color: 16486057.

HSL color Cylindrical-coordinate representation of color #A98EFB: hue angle of 254.86º degrees, saturation: 0.93, 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 #A98EFB is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB169142251-
CMYK0.330.4300.02
HSL254.86º93.16%77.06%-
HSV(B)254.86º43.43%98.43%-
XYZ43.4534.7595.68-
YUV162.5177.95132.64-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.07%
GREEN value IS 142 (55.86% from 255) = 25.27%
BLUE value IS 251 (98.44% from 255) = 44.66%
R=30.07%
G=25.27%
B=44.66%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1691422510.330.4300.02254.8693.1677.06
HexA98EFB212B02ff5d4d
Octal251216373415302377135115
Binary1010100110001110111110111000011010110101111111110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98EFB; }

 p { color: rgb(169,142,251); }

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

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

 a { background-color: rgb(169,142,251); }

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

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

 span { border-color: rgb(169,142,251); }

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