#A998CB

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

Shades of Biloba Flower #A998CB

Tints of Biloba Flower #A998CB

Color information

#A998CB (or 0xA998CB) is unknown color: approx Biloba Flower. HEX triplet: A9, 98 and CB. RGB value is (169,152,203). Sum of RGB (Red+Green+Blue) = 169+152+203=524 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.25% from 524); Green value is 152 (59.77% from 255 or 29.01% from 524); Blue value is 203 (79.69% from 255 or 38.74% from 524); Max value from RGB is 203 - color contains mainly: blue. Hex color #A998CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A998CB is #566734. Grayscale: #A2A2A2. Windows color (decimal): -5662517 or 13342889. OLE color: 13342889.

HSL color Cylindrical-coordinate representation of color #A998CB: hue angle of 260º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A998CB is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB169152203-
CMYK0.170.2500.20
HSL260º32.9%69.61%-
HSV(B)260º25.12%79.61%-
XYZ38.3735.261.27-
YUV162.9150.63132.35-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.25%
GREEN value IS 152 (59.77% from 255) = 29.01%
BLUE value IS 203 (79.69% from 255) = 38.74%
R=32.25%
G=29.01%
B=38.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1691522030.170.2500.2026032.969.61
HexA998CB11190141042146
Octal251230313213102440441106
Binary10101001100110001100101110001110010101001000001001000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A998CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A998CB; }

 p { color: rgb(169,152,203); }

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

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

 a { background-color: rgb(169,152,203); }

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

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

 span { border-color: rgb(169,152,203); }

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