#A593EA

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

Shades of Biloba Flower #A593EA

Tints of Biloba Flower #A593EA

Color information

#A593EA (or 0xA593EA) is unknown color: approx Biloba Flower. HEX triplet: A5, 93 and EA. RGB value is (165,147,234). Sum of RGB (Red+Green+Blue) = 165+147+234=546 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.22% from 546); Green value is 147 (57.81% from 255 or 26.92% from 546); Blue value is 234 (91.80% from 255 or 42.86% from 546); Max value from RGB is 234 - color contains mainly: blue. Hex color #A593EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A593EA is #5A6C15. Grayscale: #A1A1A1. Windows color (decimal): -5925910 or 15373221. OLE color: 15373221.

HSL color Cylindrical-coordinate representation of color #A593EA: hue angle of 252.41º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A593EA is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB165147234-
CMYK0.290.3700.08
HSL252.41º67.44%74.71%-
HSV(B)252.41º37.18%91.76%-
XYZ40.834.8182.41-
YUV162.3168.46129.93-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.22%
GREEN value IS 147 (57.81% from 255) = 26.92%
BLUE value IS 234 (91.80% from 255) = 42.86%
R=30.22%
G=26.92%
B=42.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1651472340.290.3700.08252.4167.4474.71
HexA593EA1D2508fc434b
Octal2452233523545010374103113
Binary10100101100100111110101011101100101010001111110010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A593EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A593EA; }

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

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

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

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

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

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

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

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