#A89ADE

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

Shades of Biloba Flower #A89ADE

Tints of Biloba Flower #A89ADE

Color information

#A89ADE (or 0xA89ADE) is unknown color: approx Biloba Flower. HEX triplet: A8, 9A and DE. RGB value is (168,154,222). Sum of RGB (Red+Green+Blue) = 168+154+222=544 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.88% from 544); Green value is 154 (60.55% from 255 or 28.31% from 544); Blue value is 222 (87.11% from 255 or 40.81% from 544); Max value from RGB is 222 - color contains mainly: blue. Hex color #A89ADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89ADE is #576521. Grayscale: #A5A5A5. Windows color (decimal): -5727522 or 14588584. OLE color: 14588584.

HSL color Cylindrical-coordinate representation of color #A89ADE: hue angle of 252.35º degrees, saturation: 0.51, 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 #A89ADE is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB168154222-
CMYK0.240.3100.13
HSL252.35º50.75%73.73%-
HSV(B)252.35º30.63%87.06%-
XYZ40.8936.7174.04-
YUV165.94159.64129.47-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.88%
GREEN value IS 154 (60.55% from 255) = 28.31%
BLUE value IS 222 (87.11% from 255) = 40.81%
R=30.88%
G=28.31%
B=40.81%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1681542220.240.3100.13252.3550.7573.73
HexA89ADE181F0Dfc334a
Octal250232336303701537463112
Binary101010001001101011011110110001111101101111111001100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89ADE; }

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

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

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

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

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

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

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

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