#A89ADD

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

Shades of Biloba Flower #A89ADD

Tints of Biloba Flower #A89ADD

Color information

#A89ADD (or 0xA89ADD) is unknown color: approx Biloba Flower. HEX triplet: A8, 9A and DD. RGB value is (168,154,221). Sum of RGB (Red+Green+Blue) = 168+154+221=543 (71% of max value = 765). Red value is 168 (66.02% from 255 or 30.94% from 543); Green value is 154 (60.55% from 255 or 28.36% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 221 - color contains mainly: blue. Hex color #A89ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89ADD is #576522. Grayscale: #A5A5A5. Windows color (decimal): -5727523 or 14523048. OLE color: 14523048.

HSL color Cylindrical-coordinate representation of color #A89ADD: hue angle of 252.54º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A89ADD is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB168154221-
CMYK0.240.3000.13
HSL252.54º49.63%73.53%-
HSV(B)252.54º30.32%86.67%-
XYZ40.7636.6673.33-
YUV165.82159.14129.55-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.94%
GREEN value IS 154 (60.55% from 255) = 28.36%
BLUE value IS 221 (86.72% from 255) = 40.70%
R=30.94%
G=28.36%
B=40.70%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1681542210.240.3000.13252.5449.6373.53
HexA89ADD181E0Dfd324a
Octal250232335303601537562112
Binary101010001001101011011101110001111001101111111011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89ADD; }

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

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

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

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

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

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

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

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