#A889EA

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

Shades of Biloba Flower #A889EA

Tints of Biloba Flower #A889EA

Color information

#A889EA (or 0xA889EA) is unknown color: approx Biloba Flower. HEX triplet: A8, 89 and EA. RGB value is (168,137,234). Sum of RGB (Red+Green+Blue) = 168+137+234=539 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.17% from 539); Green value is 137 (53.91% from 255 or 25.42% from 539); Blue value is 234 (91.80% from 255 or 43.41% from 539); Max value from RGB is 234 - color contains mainly: blue. Hex color #A889EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A889EA is #577615. Grayscale: #9C9C9C. Windows color (decimal): -5731862 or 15370664. OLE color: 15370664.

HSL color Cylindrical-coordinate representation of color #A889EA: hue angle of 259.18º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A889EA is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB168137234-
CMYK0.280.4100.08
HSL259.18º69.78%72.75%-
HSV(B)259.18º41.45%91.76%-
XYZ39.9532.1681.94-
YUV157.33171.27135.61-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.17%
GREEN value IS 137 (53.91% from 255) = 25.42%
BLUE value IS 234 (91.80% from 255) = 43.41%
R=31.17%
G=25.42%
B=43.41%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1681372340.280.4100.08259.1869.7872.75
HexA889EA1C29081034649
Octal2502113523451010403106111
Binary101010001000100111101010111001010010100010000001110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A889EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A889EA; }

 p { color: rgb(168,137,234); }

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

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

 a { background-color: rgb(168,137,234); }

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

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

 span { border-color: rgb(168,137,234); }

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