#A698DD

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

Shades of Biloba Flower #A698DD

Tints of Biloba Flower #A698DD

Color information

#A698DD (or 0xA698DD) is unknown color: approx Biloba Flower. HEX triplet: A6, 98 and DD. RGB value is (166,152,221). Sum of RGB (Red+Green+Blue) = 166+152+221=539 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.80% from 539); Green value is 152 (59.77% from 255 or 28.20% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #A698DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A698DD is #596722. Grayscale: #A3A3A3. Windows color (decimal): -5859107 or 14522534. OLE color: 14522534.

HSL color Cylindrical-coordinate representation of color #A698DD: hue angle of 252.17º 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 #A698DD is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB166152221-
CMYK0.250.3100.13
HSL252.17º50.36%73.14%-
HSV(B)252.17º31.22%86.67%-
XYZ40.0135.7873.21-
YUV164.05160.14129.39-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.80%
GREEN value IS 152 (59.77% from 255) = 28.20%
BLUE value IS 221 (86.72% from 255) = 41.00%
R=30.80%
G=28.20%
B=41.00%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1661522210.250.3100.13252.1750.3673.14
HexA698DD191F0Dfc3249
Octal246230335313701537462111
Binary101001101001100011011101110011111101101111111001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A698DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A698DD; }

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

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

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

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

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

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

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

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