#A593ED

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

Shades of Biloba Flower #A593ED

Tints of Biloba Flower #A593ED

Color information

#A593ED (or 0xA593ED) is unknown color: approx Biloba Flower. HEX triplet: A5, 93 and ED. RGB value is (165,147,237). Sum of RGB (Red+Green+Blue) = 165+147+237=549 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.05% from 549); Green value is 147 (57.81% from 255 or 26.78% from 549); Blue value is 237 (92.97% from 255 or 43.17% from 549); Max value from RGB is 237 - color contains mainly: blue. Hex color #A593ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A593ED is #5A6C12. Grayscale: #A2A2A2. Windows color (decimal): -5925907 or 15569829. OLE color: 15569829.

HSL color Cylindrical-coordinate representation of color #A593ED: hue angle of 252º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A593ED is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB165147237-
CMYK0.300.3800.07
HSL252º71.43%75.29%-
HSV(B)252º37.97%92.94%-
XYZ41.2434.9884.7-
YUV162.64169.96129.68-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.05%
GREEN value IS 147 (57.81% from 255) = 26.78%
BLUE value IS 237 (92.97% from 255) = 43.17%
R=30.05%
G=26.78%
B=43.17%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1651472370.300.3800.0725271.4375.29
HexA593ED1E2607fc474b
Octal245223355364607374107113
Binary1010010110010011111011011111010011001111111110010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A593ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A593ED; }

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

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

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

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

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

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

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

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