#A898DD

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

Shades of Biloba Flower #A898DD

Tints of Biloba Flower #A898DD

Color information

#A898DD (or 0xA898DD) is unknown color: approx Biloba Flower. HEX triplet: A8, 98 and DD. RGB value is (168,152,221). Sum of RGB (Red+Green+Blue) = 168+152+221=541 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.05% from 541); Green value is 152 (59.77% from 255 or 28.10% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #A898DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A898DD is #576722. Grayscale: #A4A4A4. Windows color (decimal): -5728035 or 14522536. OLE color: 14522536.

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

Color convert

RGB168152221-
CMYK0.240.3100.13
HSL253.91º50.36%73.14%-
HSV(B)253.91º31.22%86.67%-
XYZ40.433673.22-
YUV164.65159.8130.39-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.05%
GREEN value IS 152 (59.77% from 255) = 28.10%
BLUE value IS 221 (86.72% from 255) = 40.85%
R=31.05%
G=28.10%
B=40.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1681522210.240.3100.13253.9150.3673.14
HexA898DD181F0Dfe3249
Octal250230335303701537662111
Binary101010001001100011011101110001111101101111111101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A898DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A898DD; }

 p { color: rgb(168,152,221); }

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

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

 a { background-color: rgb(168,152,221); }

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

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

 span { border-color: rgb(168,152,221); }

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