#A897CA

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

Shades of Biloba Flower #A897CA

Tints of Biloba Flower #A897CA

Color information

#A897CA (or 0xA897CA) is unknown color: approx Biloba Flower. HEX triplet: A8, 97 and CA. RGB value is (168,151,202). Sum of RGB (Red+Green+Blue) = 168+151+202=521 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.25% from 521); Green value is 151 (59.38% from 255 or 28.98% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 202 - color contains mainly: blue. Hex color #A897CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A897CA is #576835. Grayscale: #A1A1A1. Windows color (decimal): -5728310 or 13277096. OLE color: 13277096.

HSL color Cylindrical-coordinate representation of color #A897CA: hue angle of 260º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A897CA is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB168151202-
CMYK0.170.2500.21
HSL260º32.48%69.22%-
HSV(B)260º25.25%79.22%-
XYZ37.8834.7260.58-
YUV161.9150.63132.35-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.25%
GREEN value IS 151 (59.38% from 255) = 28.98%
BLUE value IS 202 (79.30% from 255) = 38.77%
R=32.25%
G=28.98%
B=38.77%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1681512020.170.2500.2126032.4869.22
HexA897CA11190151042045
Octal250227312213102540440105
Binary10101000100101111100101010001110010101011000001001000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A897CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A897CA; }

 p { color: rgb(168,151,202); }

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

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

 a { background-color: rgb(168,151,202); }

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

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

 span { border-color: rgb(168,151,202); }

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