#A89BE6

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

Shades of Biloba Flower #A89BE6

Tints of Biloba Flower #A89BE6

Color information

#A89BE6 (or 0xA89BE6) is unknown color: approx Biloba Flower. HEX triplet: A8, 9B and E6. RGB value is (168,155,230). Sum of RGB (Red+Green+Blue) = 168+155+230=553 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.38% from 553); Green value is 155 (60.94% from 255 or 28.03% from 553); Blue value is 230 (90.23% from 255 or 41.59% from 553); Max value from RGB is 230 - color contains mainly: blue. Hex color #A89BE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A89BE6 is #576419. Grayscale: #A7A7A7. Windows color (decimal): -5727258 or 15113128. OLE color: 15113128.

HSL color Cylindrical-coordinate representation of color #A89BE6: hue angle of 250.4º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A89BE6 is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB168155230-
CMYK0.270.3300.10
HSL250.4º60%75.49%-
HSV(B)250.4º32.61%90.2%-
XYZ42.1537.4879.88-
YUV167.44163.31128.4-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.38%
GREEN value IS 155 (60.94% from 255) = 28.03%
BLUE value IS 230 (90.23% from 255) = 41.59%
R=30.38%
G=28.03%
B=41.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1681552300.270.3300.10250.46075.49
HexA89BE61B210Afa3c4b
Octal250233346334101237274113
Binary1010100010011011111001101101110000101010111110101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89BE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89BE6; }

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

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

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

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

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

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

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

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