#A997ED

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

Shades of Biloba Flower #A997ED

Tints of Biloba Flower #A997ED

Color information

#A997ED (or 0xA997ED) is unknown color: approx Biloba Flower. HEX triplet: A9, 97 and ED. RGB value is (169,151,237). Sum of RGB (Red+Green+Blue) = 169+151+237=557 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.34% from 557); Green value is 151 (59.38% from 255 or 27.11% from 557); Blue value is 237 (92.97% from 255 or 42.55% from 557); Max value from RGB is 237 - color contains mainly: blue. Hex color #A997ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A997ED is #566812. Grayscale: #A5A5A5. Windows color (decimal): -5662739 or 15570857. OLE color: 15570857.

HSL color Cylindrical-coordinate representation of color #A997ED: hue angle of 252.56º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A997ED is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB169151237-
CMYK0.290.3600.07
HSL252.56º70.49%76.08%-
HSV(B)252.56º36.29%92.94%-
XYZ42.7136.6884.95-
YUV166.19167.96130.01-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.34%
GREEN value IS 151 (59.38% from 255) = 27.11%
BLUE value IS 237 (92.97% from 255) = 42.55%
R=30.34%
G=27.11%
B=42.55%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1691512370.290.3600.07252.5670.4976.08
HexA997ED1D2407fd464c
Octal251227355354407375106114
Binary1010100110010111111011011110110010001111111110110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A997ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A997ED; }

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

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

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

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

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

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

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

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