#A89ACD

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

Shades of Biloba Flower #A89ACD

Tints of Biloba Flower #A89ACD

Color information

#A89ACD (or 0xA89ACD) is unknown color: approx Biloba Flower. HEX triplet: A8, 9A and CD. RGB value is (168,154,205). Sum of RGB (Red+Green+Blue) = 168+154+205=527 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.88% from 527); Green value is 154 (60.55% from 255 or 29.22% from 527); Blue value is 205 (80.47% from 255 or 38.90% from 527); Max value from RGB is 205 - color contains mainly: blue. Hex color #A89ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89ACD is #576532. Grayscale: #A3A3A3. Windows color (decimal): -5727539 or 13474472. OLE color: 13474472.

HSL color Cylindrical-coordinate representation of color #A89ACD: hue angle of 256.47º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A89ACD is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB168154205-
CMYK0.180.2500.20
HSL256.47º33.77%70.39%-
HSV(B)256.47º24.88%80.39%-
XYZ38.7235.8462.64-
YUV164151.14130.85-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.88%
GREEN value IS 154 (60.55% from 255) = 29.22%
BLUE value IS 205 (80.47% from 255) = 38.90%
R=31.88%
G=29.22%
B=38.90%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1681542050.180.2500.20256.4733.7770.39
HexA89ACD12190141002246
Octal250232315223102440042106
Binary10101000100110101100110110010110010101001000000001000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89ACD; }

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

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

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

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

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

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

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

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