#A597FF

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

Shades of Biloba Flower #A597FF

Tints of Biloba Flower #A597FF

Color information

#A597FF (or 0xA597FF) is unknown color: approx Biloba Flower. HEX triplet: A5, 97 and FF. RGB value is (165,151,255). Sum of RGB (Red+Green+Blue) = 165+151+255=571 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.90% from 571); Green value is 151 (59.38% from 255 or 26.44% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #A597FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A597FF is #5A6800. Grayscale: #A6A6A6. Windows color (decimal): -5924865 or 16750501. OLE color: 16750501.

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

Color convert

RGB165151255-
CMYK0.350.4100
HSL248.08º100%79.61%-
HSV(B)248.08º40.78%100%-
XYZ44.6337.3599.47-
YUV167.04177.64126.54-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.90%
GREEN value IS 151 (59.38% from 255) = 26.44%
BLUE value IS 255 (100% from 255) = 44.66%
R=28.90%
G=26.44%
B=44.66%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1651512550.350.4100248.0810079.61
HexA597FF232900f86450
Octal245227377435100370144120
Binary101001011001011111111111100011101001001111100011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A597FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A597FF; }

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

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

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

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

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

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

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

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