#A998CA

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

Shades of Biloba Flower #A998CA

Tints of Biloba Flower #A998CA

Color information

#A998CA (or 0xA998CA) is unknown color: approx Biloba Flower. HEX triplet: A9, 98 and CA. RGB value is (169,152,202). Sum of RGB (Red+Green+Blue) = 169+152+202=523 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.31% from 523); Green value is 152 (59.77% from 255 or 29.06% from 523); Blue value is 202 (79.30% from 255 or 38.62% from 523); Max value from RGB is 202 - color contains mainly: blue. Hex color #A998CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A998CA is #566735. Grayscale: #A2A2A2. Windows color (decimal): -5662518 or 13277353. OLE color: 13277353.

HSL color Cylindrical-coordinate representation of color #A998CA: hue angle of 260.4º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A998CA is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB169152202-
CMYK0.160.2500.21
HSL260.4º32.05%69.41%-
HSV(B)260.4º24.75%79.22%-
XYZ38.2535.1660.65-
YUV162.78150.13132.43-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.31%
GREEN value IS 152 (59.77% from 255) = 29.06%
BLUE value IS 202 (79.30% from 255) = 38.62%
R=32.31%
G=29.06%
B=38.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1691522020.160.2500.21260.432.0569.41
HexA998CA10190151042045
Octal251230312203102540440105
Binary10101001100110001100101010000110010101011000001001000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A998CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A998CA; }

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

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

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

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

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

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

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

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