#A897FF

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

Shades of Biloba Flower #A897FF

Tints of Biloba Flower #A897FF

Color information

#A897FF (or 0xA897FF) is unknown color: approx Biloba Flower. HEX triplet: A8, 97 and FF. RGB value is (168,151,255). Sum of RGB (Red+Green+Blue) = 168+151+255=574 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.27% from 574); Green value is 151 (59.38% from 255 or 26.31% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #A897FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A897FF is #576800. Grayscale: #A7A7A7. Windows color (decimal): -5728257 or 16750504. OLE color: 16750504.

HSL color Cylindrical-coordinate representation of color #A897FF: hue angle of 249.81º 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 #A897FF is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB168151255-
CMYK0.340.4100
HSL249.81º100%79.61%-
HSV(B)249.81º40.78%100%-
XYZ45.2737.6899.49-
YUV167.94177.13128.04-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.27%
GREEN value IS 151 (59.38% from 255) = 26.31%
BLUE value IS 255 (100% from 255) = 44.43%
R=29.27%
G=26.31%
B=44.43%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1681512550.340.4100249.8110079.61
HexA897FF222900fa6450
Octal250227377425100372144120
Binary101010001001011111111111100010101001001111101011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A897FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A897FF; }

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

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

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

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

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

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

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

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