#A89AF8

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

Shades of Biloba Flower #A89AF8

Tints of Biloba Flower #A89AF8

Color information

#A89AF8 (or 0xA89AF8) is unknown color: approx Biloba Flower. HEX triplet: A8, 9A and F8. RGB value is (168,154,248). Sum of RGB (Red+Green+Blue) = 168+154+248=570 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.47% from 570); Green value is 154 (60.55% from 255 or 27.02% from 570); Blue value is 248 (97.27% from 255 or 43.51% from 570); Max value from RGB is 248 - color contains mainly: blue. Hex color #A89AF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A89AF8 is #576507. Grayscale: #A8A8A8. Windows color (decimal): -5727496 or 16292520. OLE color: 16292520.

HSL color Cylindrical-coordinate representation of color #A89AF8: hue angle of 248.94º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A89AF8 is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB168154248-
CMYK0.320.3800.03
HSL248.94º87.04%78.82%-
HSV(B)248.94º37.9%97.25%-
XYZ44.6538.2193.83-
YUV168.9172.64127.36-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.47%
GREEN value IS 154 (60.55% from 255) = 27.02%
BLUE value IS 248 (97.27% from 255) = 43.51%
R=29.47%
G=27.02%
B=43.51%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1681542480.320.3800.03248.9487.0478.82
HexA89AF8202603f9574f
Octal250232370404603371127117
Binary1010100010011010111110001000001001100111111100110101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89AF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89AF8; }

 p { color: rgb(168,154,248); }

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

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

 a { background-color: rgb(168,154,248); }

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

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

 span { border-color: rgb(168,154,248); }

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