#A897ED

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

Shades of Biloba Flower #A897ED

Tints of Biloba Flower #A897ED

Color information

#A897ED (or 0xA897ED) is unknown color: approx Biloba Flower. HEX triplet: A8, 97 and ED. RGB value is (168,151,237). Sum of RGB (Red+Green+Blue) = 168+151+237=556 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.22% from 556); Green value is 151 (59.38% from 255 or 27.16% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 237 - color contains mainly: blue. Hex color #A897ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A897ED is #576812. Grayscale: #A5A5A5. Windows color (decimal): -5728275 or 15570856. OLE color: 15570856.

HSL color Cylindrical-coordinate representation of color #A897ED: hue angle of 251.86º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A897ED is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB168151237-
CMYK0.290.3600.07
HSL251.86º70.49%76.08%-
HSV(B)251.86º36.29%92.94%-
XYZ42.536.5784.94-
YUV165.89168.13129.51-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.22%
GREEN value IS 151 (59.38% from 255) = 27.16%
BLUE value IS 237 (92.97% from 255) = 42.63%
R=30.22%
G=27.16%
B=42.63%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1681512370.290.3600.07251.8670.4976.08
HexA897ED1D2407fc464c
Octal250227355354407374106114
Binary1010100010010111111011011110110010001111111110010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A897ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A897ED; }

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

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

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

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

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

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

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

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