#A898C5

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

Shades of Biloba Flower #A898C5

Tints of Biloba Flower #A898C5

Color information

#A898C5 (or 0xA898C5) is unknown color: approx Biloba Flower. HEX triplet: A8, 98 and C5. RGB value is (168,152,197). Sum of RGB (Red+Green+Blue) = 168+152+197=517 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.50% from 517); Green value is 152 (59.77% from 255 or 29.40% from 517); Blue value is 197 (77.34% from 255 or 38.10% from 517); Max value from RGB is 197 - color contains mainly: blue. Hex color #A898C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A898C5 is #57673A. Grayscale: #A1A1A1. Windows color (decimal): -5728059 or 12949672. OLE color: 12949672.

HSL color Cylindrical-coordinate representation of color #A898C5: hue angle of 261.33º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A898C5 is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB168152197-
CMYK0.150.2300.23
HSL261.33º27.95%68.43%-
HSV(B)261.33º22.84%77.25%-
XYZ37.4534.8157.57-
YUV161.91147.8132.34-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.50%
GREEN value IS 152 (59.77% from 255) = 29.40%
BLUE value IS 197 (77.34% from 255) = 38.10%
R=32.50%
G=29.40%
B=38.10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1681521970.150.2300.23261.3327.9568.43
HexA898C5F170171051c44
Octal250230305172702740534104
Binary101010001001100011000101111110111010111100000101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A898C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A898C5; }

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

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

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

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

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

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

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

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