#A799F1

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

Shades of Biloba Flower #A799F1

Tints of Biloba Flower #A799F1

Color information

#A799F1 (or 0xA799F1) is unknown color: approx Biloba Flower. HEX triplet: A7, 99 and F1. RGB value is (167,153,241). Sum of RGB (Red+Green+Blue) = 167+153+241=561 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.77% from 561); Green value is 153 (60.16% from 255 or 27.27% from 561); Blue value is 241 (94.53% from 255 or 42.96% from 561); Max value from RGB is 241 - color contains mainly: blue. Hex color #A799F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A799F1 is #58660E. Grayscale: #A6A6A6. Windows color (decimal): -5793295 or 15833511. OLE color: 15833511.

HSL color Cylindrical-coordinate representation of color #A799F1: hue angle of 249.55º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A799F1 is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB167153241-
CMYK0.310.3700.05
HSL249.55º75.86%77.25%-
HSV(B)249.55º36.51%94.51%-
XYZ43.237.3588.15-
YUV167.22169.64127.84-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.77%
GREEN value IS 153 (60.16% from 255) = 27.27%
BLUE value IS 241 (94.53% from 255) = 42.96%
R=29.77%
G=27.27%
B=42.96%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1671532410.310.3700.05249.5575.8677.25
HexA799F11F2505fa4c4d
Octal247231361374505372114115
Binary1010011110011001111100011111110010101011111101010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A799F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A799F1; }

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

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

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

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

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

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

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

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