#A595CD

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

Shades of Biloba Flower #A595CD

Tints of Biloba Flower #A595CD

Color information

#A595CD (or 0xA595CD) is unknown color: approx Biloba Flower. HEX triplet: A5, 95 and CD. RGB value is (165,149,205). Sum of RGB (Red+Green+Blue) = 165+149+205=519 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.79% from 519); Green value is 149 (58.59% from 255 or 28.71% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 205 - color contains mainly: blue. Hex color #A595CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A595CD is #5A6A32. Grayscale: #9F9F9F. Windows color (decimal): -5925427 or 13473189. OLE color: 13473189.

HSL color Cylindrical-coordinate representation of color #A595CD: hue angle of 257.14º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A595CD is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB165149205-
CMYK0.200.2700.20
HSL257.14º35.9%69.41%-
HSV(B)257.14º27.32%80.39%-
XYZ37.2833.962.34-
YUV160.17153.3131.45-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.79%
GREEN value IS 149 (58.59% from 255) = 28.71%
BLUE value IS 205 (80.47% from 255) = 39.50%
R=31.79%
G=28.71%
B=39.50%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1651492050.200.2700.20257.1435.969.41
HexA595CD141B0141012445
Octal245225315243302440144105
Binary10100101100101011100110110100110110101001000000011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A595CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A595CD; }

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

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

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

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

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

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

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

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