#A98BEA

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

Shades of Biloba Flower #A98BEA

Tints of Biloba Flower #A98BEA

Color information

#A98BEA (or 0xA98BEA) is unknown color: approx Biloba Flower. HEX triplet: A9, 8B and EA. RGB value is (169,139,234). Sum of RGB (Red+Green+Blue) = 169+139+234=542 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.18% from 542); Green value is 139 (54.69% from 255 or 25.65% from 542); Blue value is 234 (91.80% from 255 or 43.17% from 542); Max value from RGB is 234 - color contains mainly: blue. Hex color #A98BEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A98BEA is #567415. Grayscale: #9E9E9E. Windows color (decimal): -5665814 or 15371177. OLE color: 15371177.

HSL color Cylindrical-coordinate representation of color #A98BEA: hue angle of 258.95º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A98BEA is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB169139234-
CMYK0.280.4100.08
HSL258.95º69.34%73.14%-
HSV(B)258.95º40.6%91.76%-
XYZ40.4532.8482.05-
YUV158.8170.44135.28-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.18%
GREEN value IS 139 (54.69% from 255) = 25.65%
BLUE value IS 234 (91.80% from 255) = 43.17%
R=31.18%
G=25.65%
B=43.17%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1691392340.280.4100.08258.9569.3473.14
HexA98BEA1C29081034549
Octal2512133523451010403105111
Binary101010011000101111101010111001010010100010000001110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98BEA; }

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

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

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

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

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

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

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

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