#A98BEF

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

Shades of Biloba Flower #A98BEF

Tints of Biloba Flower #A98BEF

Color information

#A98BEF (or 0xA98BEF) is unknown color: approx Biloba Flower. HEX triplet: A9, 8B and EF. RGB value is (169,139,239). Sum of RGB (Red+Green+Blue) = 169+139+239=547 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.90% from 547); Green value is 139 (54.69% from 255 or 25.41% from 547); Blue value is 239 (93.75% from 255 or 43.69% from 547); Max value from RGB is 239 - color contains mainly: blue. Hex color #A98BEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A98BEF is #567410. Grayscale: #9E9E9E. Windows color (decimal): -5665809 or 15698857. OLE color: 15698857.

HSL color Cylindrical-coordinate representation of color #A98BEF: hue angle of 258º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A98BEF is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB169139239-
CMYK0.290.4200.06
HSL258º75.76%74.12%-
HSV(B)258º41.84%93.73%-
XYZ41.1733.1385.89-
YUV159.37172.94134.87-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.90%
GREEN value IS 139 (54.69% from 255) = 25.41%
BLUE value IS 239 (93.75% from 255) = 43.69%
R=30.90%
G=25.41%
B=43.69%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1691392390.290.4200.0625875.7674.12
HexA98BEF1D2A061024c4a
Octal251213357355206402114112
Binary10101001100010111110111111101101010011010000001010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98BEF; }

 p { color: rgb(169,139,239); }

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

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

 a { background-color: rgb(169,139,239); }

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

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

 span { border-color: rgb(169,139,239); }

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