#A997EB

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

Shades of Biloba Flower #A997EB

Tints of Biloba Flower #A997EB

Color information

#A997EB (or 0xA997EB) is unknown color: approx Biloba Flower. HEX triplet: A9, 97 and EB. RGB value is (169,151,235). Sum of RGB (Red+Green+Blue) = 169+151+235=555 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.45% from 555); Green value is 151 (59.38% from 255 or 27.21% from 555); Blue value is 235 (92.19% from 255 or 42.34% from 555); Max value from RGB is 235 - color contains mainly: blue. Hex color #A997EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A997EB is #566814. Grayscale: #A5A5A5. Windows color (decimal): -5662741 or 15439785. OLE color: 15439785.

HSL color Cylindrical-coordinate representation of color #A997EB: hue angle of 252.86º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A997EB is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB169151235-
CMYK0.280.3600.08
HSL252.86º67.74%75.69%-
HSV(B)252.86º35.74%92.16%-
XYZ42.4236.5783.42-
YUV165.96166.96130.17-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.45%
GREEN value IS 151 (59.38% from 255) = 27.21%
BLUE value IS 235 (92.19% from 255) = 42.34%
R=30.45%
G=27.21%
B=42.34%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1691512350.280.3600.08252.8667.7475.69
HexA997EB1C2408fd444c
Octal2512273533444010375104114
Binary10101001100101111110101111100100100010001111110110001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A997EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A997EB; }

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

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

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

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

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

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

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

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