#A799FB

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

Shades of Biloba Flower #A799FB

Tints of Biloba Flower #A799FB

Color information

#A799FB (or 0xA799FB) is unknown color: approx Biloba Flower. HEX triplet: A7, 99 and FB. RGB value is (167,153,251). Sum of RGB (Red+Green+Blue) = 167+153+251=571 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.25% from 571); Green value is 153 (60.16% from 255 or 26.80% from 571); Blue value is 251 (98.44% from 255 or 43.96% from 571); Max value from RGB is 251 - color contains mainly: blue. Hex color #A799FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A799FB is #586604. Grayscale: #A7A7A7. Windows color (decimal): -5793285 or 16488871. OLE color: 16488871.

HSL color Cylindrical-coordinate representation of color #A799FB: hue angle of 248.57º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A799FB is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB167153251-
CMYK0.330.3900.02
HSL248.57º92.45%79.22%-
HSV(B)248.57º39.04%98.43%-
XYZ44.7437.9696.24-
YUV168.36174.64127.03-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.25%
GREEN value IS 153 (60.16% from 255) = 26.80%
BLUE value IS 251 (98.44% from 255) = 43.96%
R=29.25%
G=26.80%
B=43.96%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1671532510.330.3900.02248.5792.4579.22
HexA799FB212702f95c4f
Octal247231373414702371134117
Binary1010011110011001111110111000011001110101111100110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A799FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A799FB; }

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

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

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

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

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

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

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

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