#A89ADF

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

Shades of Biloba Flower #A89ADF

Tints of Biloba Flower #A89ADF

Color information

#A89ADF (or 0xA89ADF) is unknown color: approx Biloba Flower. HEX triplet: A8, 9A and DF. RGB value is (168,154,223). Sum of RGB (Red+Green+Blue) = 168+154+223=545 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.83% from 545); Green value is 154 (60.55% from 255 or 28.26% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 223 - color contains mainly: blue. Hex color #A89ADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89ADF is #576520. Grayscale: #A5A5A5. Windows color (decimal): -5727521 or 14654120. OLE color: 14654120.

HSL color Cylindrical-coordinate representation of color #A89ADF: hue angle of 252.17º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A89ADF is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB168154223-
CMYK0.250.3100.13
HSL252.17º51.88%73.92%-
HSV(B)252.17º30.94%87.45%-
XYZ41.0236.7674.75-
YUV166.05160.14129.39-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.83%
GREEN value IS 154 (60.55% from 255) = 28.26%
BLUE value IS 223 (87.5% from 255) = 40.92%
R=30.83%
G=28.26%
B=40.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1681542230.250.3100.13252.1751.8873.92
HexA89ADF191F0Dfc344a
Octal250232337313701537464112
Binary101010001001101011011111110011111101101111111001101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89ADF; }

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

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

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

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

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

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

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

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