#A799C5

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

Shades of Biloba Flower #A799C5

Tints of Biloba Flower #A799C5

Color information

#A799C5 (or 0xA799C5) is unknown color: approx Biloba Flower. HEX triplet: A7, 99 and C5. RGB value is (167,153,197). Sum of RGB (Red+Green+Blue) = 167+153+197=517 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.30% from 517); Green value is 153 (60.16% from 255 or 29.59% from 517); Blue value is 197 (77.34% from 255 or 38.10% from 517); Max value from RGB is 197 - color contains mainly: blue. Hex color #A799C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A799C5 is #58663A. Grayscale: #A2A2A2. Windows color (decimal): -5793339 or 12949927. OLE color: 12949927.

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

Color convert

RGB167153197-
CMYK0.150.2200.23
HSL259.09º27.5%68.63%-
HSV(B)259.09º22.34%77.25%-
XYZ37.4135.0357.61-
YUV162.2147.64131.42-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.30%
GREEN value IS 153 (60.16% from 255) = 29.59%
BLUE value IS 197 (77.34% from 255) = 38.10%
R=32.30%
G=29.59%
B=38.10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1671531970.150.2200.23259.0927.568.63
HexA799C5F160171031b45
Octal247231305172602740333105
Binary101001111001100111000101111110110010111100000011110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A799C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A799C5; }

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

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

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

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

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

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

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

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