#A898C8

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

Shades of Biloba Flower #A898C8

Tints of Biloba Flower #A898C8

Color information

#A898C8 (or 0xA898C8) is unknown color: approx Biloba Flower. HEX triplet: A8, 98 and C8. RGB value is (168,152,200). Sum of RGB (Red+Green+Blue) = 168+152+200=520 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.31% from 520); Green value is 152 (59.77% from 255 or 29.23% from 520); Blue value is 200 (78.52% from 255 or 38.46% from 520); Max value from RGB is 200 - color contains mainly: blue. Hex color #A898C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A898C8 is #576737. Grayscale: #A2A2A2. Windows color (decimal): -5728056 or 13146280. OLE color: 13146280.

HSL color Cylindrical-coordinate representation of color #A898C8: hue angle of 260º 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 #A898C8 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB168152200-
CMYK0.160.2400.22
HSL260º30.38%69.02%-
HSV(B)260º24%78.43%-
XYZ37.834.9559.4-
YUV162.26149.3132.1-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.31%
GREEN value IS 152 (59.77% from 255) = 29.23%
BLUE value IS 200 (78.52% from 255) = 38.46%
R=32.31%
G=29.23%
B=38.46%

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
Decimal1681522000.160.2400.2226030.3869.02
HexA898C810180161041e45
Octal250230310203002640436105
Binary1010100010011000110010001000011000010110100000100111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A898C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A898C8; }

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

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

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

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

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

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

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

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