#A799FC

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

Shades of Biloba Flower #A799FC

Tints of Biloba Flower #A799FC

Color information

#A799FC (or 0xA799FC) is unknown color: approx Biloba Flower. HEX triplet: A7, 99 and FC. RGB value is (167,153,252). Sum of RGB (Red+Green+Blue) = 167+153+252=572 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.20% from 572); Green value is 153 (60.16% from 255 or 26.75% from 572); Blue value is 252 (98.83% from 255 or 44.06% from 572); Max value from RGB is 252 - color contains mainly: blue. Hex color #A799FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A799FC is #586603. Grayscale: #A8A8A8. Windows color (decimal): -5793284 or 16554407. OLE color: 16554407.

HSL color Cylindrical-coordinate representation of color #A799FC: hue angle of 248.48º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A799FC is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB167153252-
CMYK0.340.3900.01
HSL248.48º94.29%79.41%-
HSV(B)248.48º39.29%98.82%-
XYZ44.938.0397.07-
YUV168.47175.14126.95-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.20%
GREEN value IS 153 (60.16% from 255) = 26.75%
BLUE value IS 252 (98.83% from 255) = 44.06%
R=29.20%
G=26.75%
B=44.06%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1671532520.340.3900.01248.4894.2979.41
HexA799FC222701f85e4f
Octal247231374424701370136117
Binary101001111001100111111100100010100111011111100010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A799FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A799FC; }

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

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

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

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

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

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

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

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