#A799D9

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

Shades of Biloba Flower #A799D9

Tints of Biloba Flower #A799D9

Color information

#A799D9 (or 0xA799D9) is unknown color: approx Biloba Flower. HEX triplet: A7, 99 and D9. RGB value is (167,153,217). Sum of RGB (Red+Green+Blue) = 167+153+217=537 (71% of max value = 765). Red value is 167 (65.62% from 255 or 31.10% from 537); Green value is 153 (60.16% from 255 or 28.49% from 537); Blue value is 217 (85.16% from 255 or 40.41% from 537); Max value from RGB is 217 - color contains mainly: blue. Hex color #A799D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A799D9 is #586626. Grayscale: #A4A4A4. Windows color (decimal): -5793319 or 14260647. OLE color: 14260647.

HSL color Cylindrical-coordinate representation of color #A799D9: hue angle of 253.12º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A799D9 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB167153217-
CMYK0.230.2900.15
HSL253.12º45.71%72.55%-
HSV(B)253.12º29.49%85.1%-
XYZ39.8536.0170.5-
YUV164.48157.64129.8-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.10%
GREEN value IS 153 (60.16% from 255) = 28.49%
BLUE value IS 217 (85.16% from 255) = 40.41%
R=31.10%
G=28.49%
B=40.41%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1671532170.230.2900.15253.1245.7172.55
HexA799D9171D0Ffd2e49
Octal247231331273501737556111
Binary101001111001100111011001101111110101111111111011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A799D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A799D9; }

 p { color: rgb(167,153,217); }

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

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

 a { background-color: rgb(167,153,217); }

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

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

 span { border-color: rgb(167,153,217); }

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