#A89ACA

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

Shades of Biloba Flower #A89ACA

Tints of Biloba Flower #A89ACA

Color information

#A89ACA (or 0xA89ACA) is unknown color: approx Biloba Flower. HEX triplet: A8, 9A and CA. RGB value is (168,154,202). Sum of RGB (Red+Green+Blue) = 168+154+202=524 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.06% from 524); Green value is 154 (60.55% from 255 or 29.39% from 524); Blue value is 202 (79.30% from 255 or 38.55% from 524); Max value from RGB is 202 - color contains mainly: blue. Hex color #A89ACA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89ACA is #576535. Grayscale: #A3A3A3. Windows color (decimal): -5727542 or 13277864. OLE color: 13277864.

HSL color Cylindrical-coordinate representation of color #A89ACA: hue angle of 257.5º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A89ACA is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB168154202-
CMYK0.170.2400.21
HSL257.5º31.17%69.8%-
HSV(B)257.5º23.76%79.22%-
XYZ38.3635.760.75-
YUV163.66149.64131.1-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.06%
GREEN value IS 154 (60.55% from 255) = 29.39%
BLUE value IS 202 (79.30% from 255) = 38.55%
R=32.06%
G=29.39%
B=38.55%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1681542020.170.2400.21257.531.1769.8
HexA89ACA11180151021f46
Octal250232312213002540237106
Binary1010100010011010110010101000111000010101100000010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89ACA; }

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

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

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

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

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

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

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

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