#A797D3

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

Shades of Biloba Flower #A797D3

Tints of Biloba Flower #A797D3

Color information

#A797D3 (or 0xA797D3) is unknown color: approx Biloba Flower. HEX triplet: A7, 97 and D3. RGB value is (167,151,211). Sum of RGB (Red+Green+Blue) = 167+151+211=529 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.57% from 529); Green value is 151 (59.38% from 255 or 28.54% from 529); Blue value is 211 (82.81% from 255 or 39.89% from 529); Max value from RGB is 211 - color contains mainly: blue. Hex color #A797D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A797D3 is #58682C. Grayscale: #A2A2A2. Windows color (decimal): -5793837 or 13866919. OLE color: 13866919.

HSL color Cylindrical-coordinate representation of color #A797D3: hue angle of 256º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A797D3 is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB167151211-
CMYK0.210.2800.17
HSL256º40.54%70.98%-
HSV(B)256º28.44%82.75%-
XYZ38.7635.0566.35-
YUV162.62155.3131.12-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.57%
GREEN value IS 151 (59.38% from 255) = 28.54%
BLUE value IS 211 (82.81% from 255) = 39.89%
R=31.57%
G=28.54%
B=39.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1671512110.210.2800.1725640.5470.98
HexA797D3151C0111002947
Octal247227323253402140051107
Binary10100111100101111101001110101111000100011000000001010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A797D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A797D3; }

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

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

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

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

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

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

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

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