#A998D4

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

Shades of Biloba Flower #A998D4

Tints of Biloba Flower #A998D4

Color information

#A998D4 (or 0xA998D4) is unknown color: approx Biloba Flower. HEX triplet: A9, 98 and D4. RGB value is (169,152,212). Sum of RGB (Red+Green+Blue) = 169+152+212=533 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.71% from 533); Green value is 152 (59.77% from 255 or 28.52% from 533); Blue value is 212 (83.20% from 255 or 39.77% from 533); Max value from RGB is 212 - color contains mainly: blue. Hex color #A998D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A998D4 is #56672B. Grayscale: #A3A3A3. Windows color (decimal): -5662508 or 13932713. OLE color: 13932713.

HSL color Cylindrical-coordinate representation of color #A998D4: hue angle of 257º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A998D4 is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB169152212-
CMYK0.200.2800.17
HSL257º41.1%71.37%-
HSV(B)257º28.3%83.14%-
XYZ39.4735.6467.09-
YUV163.92155.13131.62-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.71%
GREEN value IS 152 (59.77% from 255) = 28.52%
BLUE value IS 212 (83.20% from 255) = 39.77%
R=31.71%
G=28.52%
B=39.77%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1691522120.200.2800.1725741.171.37
HexA998D4141C0111012947
Octal251230324243402140151107
Binary10101001100110001101010010100111000100011000000011010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A998D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A998D4; }

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

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

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

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

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

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

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

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