#A595E4

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

Shades of Biloba Flower #A595E4

Tints of Biloba Flower #A595E4

Color information

#A595E4 (or 0xA595E4) is unknown color: approx Biloba Flower. HEX triplet: A5, 95 and E4. RGB value is (165,149,228). Sum of RGB (Red+Green+Blue) = 165+149+228=542 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.44% from 542); Green value is 149 (58.59% from 255 or 27.49% from 542); Blue value is 228 (89.45% from 255 or 42.07% from 542); Max value from RGB is 228 - color contains mainly: blue. Hex color #A595E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A595E4 is #5A6A1B. Grayscale: #A2A2A2. Windows color (decimal): -5925404 or 14980517. OLE color: 14980517.

HSL color Cylindrical-coordinate representation of color #A595E4: hue angle of 252.15º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A595E4 is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB165149228-
CMYK0.280.3500.11
HSL252.15º59.4%73.92%-
HSV(B)252.15º34.65%89.41%-
XYZ40.2735.178.05-
YUV162.79164.8129.58-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.44%
GREEN value IS 149 (58.59% from 255) = 27.49%
BLUE value IS 228 (89.45% from 255) = 42.07%
R=30.44%
G=27.49%
B=42.07%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1651492280.280.3500.11252.1559.473.92
HexA595E41C230Bfc3b4a
Octal245225344344301337473112
Binary1010010110010101111001001110010001101011111111001110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A595E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A595E4; }

 p { color: rgb(165,149,228); }

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

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

 a { background-color: rgb(165,149,228); }

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

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

 span { border-color: rgb(165,149,228); }

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