#A89BCC

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

Shades of Biloba Flower #A89BCC

Tints of Biloba Flower #A89BCC

Color information

#A89BCC (or 0xA89BCC) is unknown color: approx Biloba Flower. HEX triplet: A8, 9B and CC. RGB value is (168,155,204). Sum of RGB (Red+Green+Blue) = 168+155+204=527 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.88% from 527); Green value is 155 (60.94% from 255 or 29.41% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 204 - color contains mainly: blue. Hex color #A89BCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89BCC is #576433. Grayscale: #A4A4A4. Windows color (decimal): -5727284 or 13409192. OLE color: 13409192.

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

Color convert

RGB168155204-
CMYK0.180.2400.2
HSL255.92º32.45%70.39%-
HSV(B)255.92º24.02%80%-
XYZ38.7736.1362.06-
YUV164.47150.31130.52-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.88%
GREEN value IS 155 (60.94% from 255) = 29.41%
BLUE value IS 204 (80.08% from 255) = 38.71%
R=31.88%
G=29.41%
B=38.71%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1681552040.180.2400.2255.9232.4570.39
HexA89BCC12180141002046
Octal250233314223002440040106
Binary10101000100110111100110010010110000101001000000001000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89BCC; }

 p { color: rgb(168,155,204); }

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

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

 a { background-color: rgb(168,155,204); }

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

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

 span { border-color: rgb(168,155,204); }

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