#A595C8

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

Shades of Biloba Flower #A595C8

Tints of Biloba Flower #A595C8

Color information

#A595C8 (or 0xA595C8) is unknown color: approx Biloba Flower. HEX triplet: A5, 95 and C8. RGB value is (165,149,200). Sum of RGB (Red+Green+Blue) = 165+149+200=514 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.10% from 514); Green value is 149 (58.59% from 255 or 28.99% from 514); Blue value is 200 (78.52% from 255 or 38.91% from 514); Max value from RGB is 200 - color contains mainly: blue. Hex color #A595C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A595C8 is #5A6A37. Grayscale: #9F9F9F. Windows color (decimal): -5925432 or 13145509. OLE color: 13145509.

HSL color Cylindrical-coordinate representation of color #A595C8: hue angle of 258.82º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A595C8 is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB165149200-
CMYK0.180.2600.22
HSL258.82º31.68%68.43%-
HSV(B)258.82º25.5%78.43%-
XYZ36.6933.6659.21-
YUV159.6150.8131.85-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.10%
GREEN value IS 149 (58.59% from 255) = 28.99%
BLUE value IS 200 (78.52% from 255) = 38.91%
R=32.10%
G=28.99%
B=38.91%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1651492000.180.2600.22258.8231.6868.43
HexA595C8121A0161032044
Octal245225310223202640340104
Binary10100101100101011100100010010110100101101000000111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A595C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A595C8; }

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

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

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

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

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

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

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

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