#A897CC

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

Shades of Biloba Flower #A897CC

Tints of Biloba Flower #A897CC

Color information

#A897CC (or 0xA897CC) is unknown color: approx Biloba Flower. HEX triplet: A8, 97 and CC. RGB value is (168,151,204). Sum of RGB (Red+Green+Blue) = 168+151+204=523 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.12% from 523); Green value is 151 (59.38% from 255 or 28.87% from 523); Blue value is 204 (80.08% from 255 or 39.01% from 523); Max value from RGB is 204 - color contains mainly: blue. Hex color #A897CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A897CC is #576833. Grayscale: #A1A1A1. Windows color (decimal): -5728308 or 13408168. OLE color: 13408168.

HSL color Cylindrical-coordinate representation of color #A897CC: hue angle of 259.25º degrees, saturation: 0.34, 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 #A897CC is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB168151204-
CMYK0.180.2600.2
HSL259.25º34.19%69.61%-
HSV(B)259.25º25.98%80%-
XYZ38.1134.8261.84-
YUV162.12151.63132.19-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.12%
GREEN value IS 151 (59.38% from 255) = 28.87%
BLUE value IS 204 (80.08% from 255) = 39.01%
R=32.12%
G=28.87%
B=39.01%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1681512040.180.2600.2259.2534.1969.61
HexA897CC121A0141032246
Octal250227314223202440342106
Binary10101000100101111100110010010110100101001000000111000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A897CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A897CC; }

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

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

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

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

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

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

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

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