#A89BCB

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

Shades of Biloba Flower #A89BCB

Tints of Biloba Flower #A89BCB

Color information

#A89BCB (or 0xA89BCB) is unknown color: approx Biloba Flower. HEX triplet: A8, 9B and CB. RGB value is (168,155,203). Sum of RGB (Red+Green+Blue) = 168+155+203=526 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.94% from 526); Green value is 155 (60.94% from 255 or 29.47% from 526); Blue value is 203 (79.69% from 255 or 38.59% from 526); Max value from RGB is 203 - color contains mainly: blue. Hex color #A89BCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89BCB is #576434. Grayscale: #A4A4A4. Windows color (decimal): -5727285 or 13343656. OLE color: 13343656.

HSL color Cylindrical-coordinate representation of color #A89BCB: hue angle of 256.25º 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 #A89BCB is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB168155203-
CMYK0.170.2400.20
HSL256.25º31.58%70.2%-
HSV(B)256.25º23.65%79.61%-
XYZ38.6536.0861.43-
YUV164.36149.81130.6-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.94%
GREEN value IS 155 (60.94% from 255) = 29.47%
BLUE value IS 203 (79.69% from 255) = 38.59%
R=31.94%
G=29.47%
B=38.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1681552030.170.2400.20256.2531.5870.2
HexA89BCB11180141002046
Octal250233313213002440040106
Binary10101000100110111100101110001110000101001000000001000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89BCB; }

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

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

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

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

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

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

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

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