#A597CD

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

Shades of Biloba Flower #A597CD

Tints of Biloba Flower #A597CD

Color information

#A597CD (or 0xA597CD) is unknown color: approx Biloba Flower. HEX triplet: A5, 97 and CD. RGB value is (165,151,205). Sum of RGB (Red+Green+Blue) = 165+151+205=521 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.67% from 521); Green value is 151 (59.38% from 255 or 28.98% from 521); Blue value is 205 (80.47% from 255 or 39.35% from 521); Max value from RGB is 205 - color contains mainly: blue. Hex color #A597CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A597CD is #5A6832. Grayscale: #A1A1A1. Windows color (decimal): -5924915 or 13473701. OLE color: 13473701.

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

Color convert

RGB165151205-
CMYK0.200.2600.20
HSL255.56º35.06%69.8%-
HSV(B)255.56º26.34%80.39%-
XYZ37.634.5462.44-
YUV161.34152.64130.61-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.67%
GREEN value IS 151 (59.38% from 255) = 28.98%
BLUE value IS 205 (80.47% from 255) = 39.35%
R=31.67%
G=28.98%
B=39.35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1651512050.200.2600.20255.5635.0669.8
HexA597CD141A0141002346
Octal245227315243202440043106
Binary10100101100101111100110110100110100101001000000001000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A597CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A597CD; }

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

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

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

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

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

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

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

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