#A799C3

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

Shades of Biloba Flower #A799C3

Tints of Biloba Flower #A799C3

Color information

#A799C3 (or 0xA799C3) is unknown color: approx Biloba Flower. HEX triplet: A7, 99 and C3. RGB value is (167,153,195). Sum of RGB (Red+Green+Blue) = 167+153+195=515 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.43% from 515); Green value is 153 (60.16% from 255 or 29.71% from 515); Blue value is 195 (76.56% from 255 or 37.86% from 515); Max value from RGB is 195 - color contains mainly: blue. Hex color #A799C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A799C3 is #58663C. Grayscale: #A1A1A1. Windows color (decimal): -5793341 or 12818855. OLE color: 12818855.

HSL color Cylindrical-coordinate representation of color #A799C3: hue angle of 260º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A799C3 is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB167153195-
CMYK0.140.2200.24
HSL260º25.93%68.24%-
HSV(B)260º21.54%76.47%-
XYZ37.1834.9456.41-
YUV161.97146.64131.58-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.43%
GREEN value IS 153 (60.16% from 255) = 29.71%
BLUE value IS 195 (76.56% from 255) = 37.86%
R=32.43%
G=29.71%
B=37.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1671531950.140.2200.2426025.9368.24
HexA799C3E160181041a44
Octal247231303162603040432104
Binary101001111001100111000011111010110011000100000100110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A799C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A799C3; }

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

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

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

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

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

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

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

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