#A597D0

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

Shades of Biloba Flower #A597D0

Tints of Biloba Flower #A597D0

Color information

#A597D0 (or 0xA597D0) is unknown color: approx Biloba Flower. HEX triplet: A5, 97 and D0. RGB value is (165,151,208). Sum of RGB (Red+Green+Blue) = 165+151+208=524 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.49% from 524); Green value is 151 (59.38% from 255 or 28.82% from 524); Blue value is 208 (81.64% from 255 or 39.69% from 524); Max value from RGB is 208 - color contains mainly: blue. Hex color #A597D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A597D0 is #5A682F. Grayscale: #A1A1A1. Windows color (decimal): -5924912 or 13670309. OLE color: 13670309.

HSL color Cylindrical-coordinate representation of color #A597D0: hue angle of 254.74º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A597D0 is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB165151208-
CMYK0.210.2700.18
HSL254.74º37.75%70.39%-
HSV(B)254.74º27.4%81.57%-
XYZ37.9734.6964.37-
YUV161.68154.14130.37-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.49%
GREEN value IS 151 (59.38% from 255) = 28.82%
BLUE value IS 208 (81.64% from 255) = 39.69%
R=31.49%
G=28.82%
B=39.69%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1651512080.210.2700.18254.7437.7570.39
HexA597D0151B012ff2646
Octal245227320253302237746106
Binary1010010110010111110100001010111011010010111111111001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A597D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A597D0; }

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

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

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

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

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

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

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

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