#A799C6

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

Shades of Biloba Flower #A799C6

Tints of Biloba Flower #A799C6

Color information

#A799C6 (or 0xA799C6) is unknown color: approx Biloba Flower. HEX triplet: A7, 99 and C6. RGB value is (167,153,198). Sum of RGB (Red+Green+Blue) = 167+153+198=518 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.24% from 518); Green value is 153 (60.16% from 255 or 29.54% from 518); Blue value is 198 (77.73% from 255 or 38.22% from 518); Max value from RGB is 198 - color contains mainly: blue. Hex color #A799C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A799C6 is #586639. Grayscale: #A2A2A2. Windows color (decimal): -5793338 or 13015463. OLE color: 13015463.

HSL color Cylindrical-coordinate representation of color #A799C6: hue angle of 258.67º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A799C6 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB167153198-
CMYK0.160.2300.22
HSL258.67º28.3%68.82%-
HSV(B)258.67º22.73%77.65%-
XYZ37.5235.0858.22-
YUV162.32148.14131.34-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.24%
GREEN value IS 153 (60.16% from 255) = 29.54%
BLUE value IS 198 (77.73% from 255) = 38.22%
R=32.24%
G=29.54%
B=38.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1671531980.160.2300.22258.6728.368.82
HexA799C610170161031c45
Octal247231306202702640334105
Binary1010011110011001110001101000010111010110100000011111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A799C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A799C6; }

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

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

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

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

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

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

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

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