#A89BCD

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

Shades of Biloba Flower #A89BCD

Tints of Biloba Flower #A89BCD

Color information

#A89BCD (or 0xA89BCD) is unknown color: approx Biloba Flower. HEX triplet: A8, 9B and CD. RGB value is (168,155,205). Sum of RGB (Red+Green+Blue) = 168+155+205=528 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.82% from 528); Green value is 155 (60.94% from 255 or 29.36% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 205 - color contains mainly: blue. Hex color #A89BCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89BCD is #576432. Grayscale: #A4A4A4. Windows color (decimal): -5727283 or 13474728. OLE color: 13474728.

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

Color convert

RGB168155205-
CMYK0.180.2400.20
HSL255.6º33.33%70.59%-
HSV(B)255.6º24.39%80.39%-
XYZ38.8936.1862.69-
YUV164.59150.81130.43-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.82%
GREEN value IS 155 (60.94% from 255) = 29.36%
BLUE value IS 205 (80.47% from 255) = 38.83%
R=31.82%
G=29.36%
B=38.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1681552050.180.2400.20255.633.3370.59
HexA89BCD12180141002147
Octal250233315223002440041107
Binary10101000100110111100110110010110000101001000000001000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89BCD; }

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

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

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

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

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

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

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

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