#A997E1

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

Shades of Biloba Flower #A997E1

Tints of Biloba Flower #A997E1

Color information

#A997E1 (or 0xA997E1) is unknown color: approx Biloba Flower. HEX triplet: A9, 97 and E1. RGB value is (169,151,225). Sum of RGB (Red+Green+Blue) = 169+151+225=545 (72% of max value = 765). Red value is 169 (66.41% from 255 or 31.01% from 545); Green value is 151 (59.38% from 255 or 27.71% from 545); Blue value is 225 (88.28% from 255 or 41.28% from 545); Max value from RGB is 225 - color contains mainly: blue. Hex color #A997E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A997E1 is #56681E. Grayscale: #A4A4A4. Windows color (decimal): -5662751 or 14784425. OLE color: 14784425.

HSL color Cylindrical-coordinate representation of color #A997E1: hue angle of 254.59º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A997E1 is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB169151225-
CMYK0.250.3300.12
HSL254.59º55.22%73.73%-
HSV(B)254.59º32.89%88.24%-
XYZ41.023676.02-
YUV164.82161.96130.98-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.01%
GREEN value IS 151 (59.38% from 255) = 27.71%
BLUE value IS 225 (88.28% from 255) = 41.28%
R=31.01%
G=27.71%
B=41.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1691512250.250.3300.12254.5955.2273.73
HexA997E119210Cff374a
Octal251227341314101437767112
Binary1010100110010111111000011100110000101100111111111101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A997E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A997E1; }

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

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

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

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

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

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

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

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