#a589ea

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

Shades of Biloba Flower #A589EA

Tints of Biloba Flower #A589EA

Color information

#A589EA (or 0xA589EA) is unknown color: approx Biloba Flower. HEX triplet: A5, 89 and EA. RGB value is (165,137,234). Sum of RGB (Red+Green+Blue) = 165+137+234=536 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.78% from 536); Green value is 137 (53.91% from 255 or 25.56% from 536); Blue value is 234 (91.80% from 255 or 43.66% from 536); Max value from RGB is 234 - color contains mainly: blue. Hex color #A589EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A589EA is #5A7615. Grayscale: #9C9C9C. Windows color (decimal): -5928470 or 15370661. OLE color: 15370661.

HSL color Cylindrical-coordinate representation of color #A589EA: hue angle of 257.32º 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 #A589EA is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB165137234-
CMYK0.290.4100.08
HSL257.32º69.78%72.75%-
HSV(B)257.32º41.45%91.76%-
XYZ39.3131.8381.91-
YUV156.43171.78134.11-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.78%
GREEN value IS 137 (53.91% from 255) = 25.56%
BLUE value IS 234 (91.80% from 255) = 43.66%
R=30.78%
G=25.56%
B=43.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1651372340.290.4100.08257.3269.7872.75
HexA589EA1D29081014649
Octal2452113523551010401106111
Binary101001011000100111101010111011010010100010000000110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a589ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a589ea; }

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

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

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

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

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

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

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

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