#A89BCE

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

Shades of Biloba Flower #A89BCE

Tints of Biloba Flower #A89BCE

Color information

#A89BCE (or 0xA89BCE) is unknown color: approx Biloba Flower. HEX triplet: A8, 9B and CE. RGB value is (168,155,206). Sum of RGB (Red+Green+Blue) = 168+155+206=529 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.76% from 529); Green value is 155 (60.94% from 255 or 29.30% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 206 - color contains mainly: blue. Hex color #A89BCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89BCE is #576431. Grayscale: #A4A4A4. Windows color (decimal): -5727282 or 13540264. OLE color: 13540264.

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

Color convert

RGB168155206-
CMYK0.180.2500.19
HSL255.29º34.23%70.78%-
HSV(B)255.29º24.76%80.78%-
XYZ39.0136.2263.33-
YUV164.7151.31130.35-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.76%
GREEN value IS 155 (60.94% from 255) = 29.30%
BLUE value IS 206 (80.86% from 255) = 38.94%
R=31.76%
G=29.30%
B=38.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1681552060.180.2500.19255.2934.2370.78
HexA89BCE1219013ff2247
Octal250233316223102337742107
Binary1010100010011011110011101001011001010011111111111000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89BCE; }

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

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

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

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

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

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

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

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