#A898C7

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

Shades of Biloba Flower #A898C7

Tints of Biloba Flower #A898C7

Color information

#A898C7 (or 0xA898C7) is unknown color: approx Biloba Flower. HEX triplet: A8, 98 and C7. RGB value is (168,152,199). Sum of RGB (Red+Green+Blue) = 168+152+199=519 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.37% from 519); Green value is 152 (59.77% from 255 or 29.29% from 519); Blue value is 199 (78.12% from 255 or 38.34% from 519); Max value from RGB is 199 - color contains mainly: blue. Hex color #A898C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A898C7 is #576738. Grayscale: #A1A1A1. Windows color (decimal): -5728057 or 13080744. OLE color: 13080744.

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

Color convert

RGB168152199-
CMYK0.160.2400.22
HSL260.43º29.56%68.82%-
HSV(B)260.43º23.62%78.04%-
XYZ37.6934.958.78-
YUV162.14148.8132.18-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.37%
GREEN value IS 152 (59.77% from 255) = 29.29%
BLUE value IS 199 (78.12% from 255) = 38.34%
R=32.37%
G=29.29%
B=38.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1681521990.160.2400.22260.4329.5668.82
HexA898C710180161041e45
Octal250230307203002640436105
Binary1010100010011000110001111000011000010110100000100111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A898C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A898C7; }

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

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

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

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

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

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

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

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