#A998DE

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

Shades of Biloba Flower #A998DE

Tints of Biloba Flower #A998DE

Color information

#A998DE (or 0xA998DE) is unknown color: approx Biloba Flower. HEX triplet: A9, 98 and DE. RGB value is (169,152,222). Sum of RGB (Red+Green+Blue) = 169+152+222=543 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.12% from 543); Green value is 152 (59.77% from 255 or 27.99% from 543); Blue value is 222 (87.11% from 255 or 40.88% from 543); Max value from RGB is 222 - color contains mainly: blue. Hex color #A998DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A998DE is #566721. Grayscale: #A4A4A4. Windows color (decimal): -5662498 or 14588073. OLE color: 14588073.

HSL color Cylindrical-coordinate representation of color #A998DE: hue angle of 254.57º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A998DE is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB169152222-
CMYK0.240.3200.13
HSL254.57º51.47%73.33%-
HSV(B)254.57º31.53%87.06%-
XYZ40.7836.1773.94-
YUV165.06160.13130.81-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.12%
GREEN value IS 152 (59.77% from 255) = 27.99%
BLUE value IS 222 (87.11% from 255) = 40.88%
R=31.12%
G=27.99%
B=40.88%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1691522220.240.3200.13254.5751.4773.33
HexA998DE18200Dff3349
Octal251230336304001537763111
Binary1010100110011000110111101100010000001101111111111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A998DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A998DE; }

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

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

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

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

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

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

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

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