#A797E0

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

Shades of Biloba Flower #A797E0

Tints of Biloba Flower #A797E0

Color information

#A797E0 (or 0xA797E0) is unknown color: approx Biloba Flower. HEX triplet: A7, 97 and E0. RGB value is (167,151,224). Sum of RGB (Red+Green+Blue) = 167+151+224=542 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.81% from 542); Green value is 151 (59.38% from 255 or 27.86% from 542); Blue value is 224 (87.89% from 255 or 41.33% from 542); Max value from RGB is 224 - color contains mainly: blue. Hex color #A797E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A797E0 is #58681F. Grayscale: #A3A3A3. Windows color (decimal): -5793824 or 14718887. OLE color: 14718887.

HSL color Cylindrical-coordinate representation of color #A797E0: hue angle of 253.15º degrees, saturation: 0.54, 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 #A797E0 is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB167151224-
CMYK0.250.3300.12
HSL253.15º54.07%73.53%-
HSV(B)253.15º32.59%87.84%-
XYZ40.4635.7375.29-
YUV164.11161.8130.06-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.81%
GREEN value IS 151 (59.38% from 255) = 27.86%
BLUE value IS 224 (87.89% from 255) = 41.33%
R=30.81%
G=27.86%
B=41.33%

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
Decimal1671512240.250.3300.12253.1554.0773.53
HexA797E019210Cfd364a
Octal247227340314101437566112
Binary1010011110010111111000001100110000101100111111011101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A797E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A797E0; }

 p { color: rgb(167,151,224); }

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

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

 a { background-color: rgb(167,151,224); }

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

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

 span { border-color: rgb(167,151,224); }

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