#A997DC

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

Shades of Biloba Flower #A997DC

Tints of Biloba Flower #A997DC

Color information

#A997DC (or 0xA997DC) is unknown color: approx Biloba Flower. HEX triplet: A9, 97 and DC. RGB value is (169,151,220). Sum of RGB (Red+Green+Blue) = 169+151+220=540 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.30% from 540); Green value is 151 (59.38% from 255 or 27.96% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 220 - color contains mainly: blue. Hex color #A997DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A997DC is #566823. Grayscale: #A3A3A3. Windows color (decimal): -5662756 or 14456745. OLE color: 14456745.

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

Color convert

RGB169151220-
CMYK0.230.3100.14
HSL255.65º49.64%72.75%-
HSV(B)255.65º31.36%86.27%-
XYZ40.3535.7472.48-
YUV164.25159.46131.39-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.30%
GREEN value IS 151 (59.38% from 255) = 27.96%
BLUE value IS 220 (86.33% from 255) = 40.74%
R=31.30%
G=27.96%
B=40.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1691512200.230.3100.14255.6549.6472.75
HexA997DC171F0E1003249
Octal251227334273701640062111
Binary1010100110010111110111001011111111011101000000001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A997DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A997DC; }

 p { color: rgb(169,151,220); }

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

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

 a { background-color: rgb(169,151,220); }

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

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

 span { border-color: rgb(169,151,220); }

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