#A898C6

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

Shades of Biloba Flower #A898C6

Tints of Biloba Flower #A898C6

Color information

#A898C6 (or 0xA898C6) is unknown color: approx Biloba Flower. HEX triplet: A8, 98 and C6. RGB value is (168,152,198). Sum of RGB (Red+Green+Blue) = 168+152+198=518 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.43% from 518); Green value is 152 (59.77% from 255 or 29.34% from 518); Blue value is 198 (77.73% from 255 or 38.22% from 518); Max value from RGB is 198 - color contains mainly: blue. Hex color #A898C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A898C6 is #576739. Grayscale: #A1A1A1. Windows color (decimal): -5728058 or 13015208. OLE color: 13015208.

HSL color Cylindrical-coordinate representation of color #A898C6: hue angle of 260.87º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A898C6 is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB168152198-
CMYK0.150.2300.22
HSL260.87º28.75%68.63%-
HSV(B)260.87º23.23%77.65%-
XYZ37.5734.8658.17-
YUV162.03148.3132.26-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.43%
GREEN value IS 152 (59.77% from 255) = 29.34%
BLUE value IS 198 (77.73% from 255) = 38.22%
R=32.43%
G=29.34%
B=38.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1681521980.150.2300.22260.8728.7568.63
HexA898C6F170161051d45
Octal250230306172702640535105
Binary101010001001100011000110111110111010110100000101111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A898C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A898C6; }

 p { color: rgb(168,152,198); }

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

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

 a { background-color: rgb(168,152,198); }

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

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

 span { border-color: rgb(168,152,198); }

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