#A997EA

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

Shades of Biloba Flower #A997EA

Tints of Biloba Flower #A997EA

Color information

#A997EA (or 0xA997EA) is unknown color: approx Biloba Flower. HEX triplet: A9, 97 and EA. RGB value is (169,151,234). Sum of RGB (Red+Green+Blue) = 169+151+234=554 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.51% from 554); Green value is 151 (59.38% from 255 or 27.26% from 554); Blue value is 234 (91.80% from 255 or 42.24% from 554); Max value from RGB is 234 - color contains mainly: blue. Hex color #A997EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A997EA is #566815. Grayscale: #A5A5A5. Windows color (decimal): -5662742 or 15374249. OLE color: 15374249.

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

Color convert

RGB169151234-
CMYK0.280.3500.08
HSL253.01º66.4%75.49%-
HSV(B)253.01º35.47%91.76%-
XYZ42.2836.5182.66-
YUV165.84166.46130.25-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.51%
GREEN value IS 151 (59.38% from 255) = 27.26%
BLUE value IS 234 (91.80% from 255) = 42.24%
R=30.51%
G=27.26%
B=42.24%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1691512340.280.3500.08253.0166.475.49
HexA997EA1C2308fd424b
Octal2512273523443010375102113
Binary10101001100101111110101011100100011010001111110110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A997EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A997EA; }

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

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

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

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

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

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

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

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