#A998CF

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

Shades of Biloba Flower #A998CF

Tints of Biloba Flower #A998CF

Color information

#A998CF (or 0xA998CF) is unknown color: approx Biloba Flower. HEX triplet: A9, 98 and CF. RGB value is (169,152,207). Sum of RGB (Red+Green+Blue) = 169+152+207=528 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.01% from 528); Green value is 152 (59.77% from 255 or 28.79% from 528); Blue value is 207 (81.25% from 255 or 39.20% from 528); Max value from RGB is 207 - color contains mainly: blue. Hex color #A998CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A998CF is #566730. Grayscale: #A3A3A3. Windows color (decimal): -5662513 or 13605033. OLE color: 13605033.

HSL color Cylindrical-coordinate representation of color #A998CF: hue angle of 258.55º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A998CF is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB169152207-
CMYK0.180.2700.19
HSL258.55º36.42%70.39%-
HSV(B)258.55º26.57%81.18%-
XYZ38.8535.463.82-
YUV163.35152.63132.03-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.01%
GREEN value IS 152 (59.77% from 255) = 28.79%
BLUE value IS 207 (81.25% from 255) = 39.20%
R=32.01%
G=28.79%
B=39.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1691522070.180.2700.19258.5536.4270.39
HexA998CF121B0131032446
Octal251230317223302340344106
Binary10101001100110001100111110010110110100111000000111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A998CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A998CF; }

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

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

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

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

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

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

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

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