#A799F0

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

Shades of Biloba Flower #A799F0

Tints of Biloba Flower #A799F0

Color information

#A799F0 (or 0xA799F0) is unknown color: approx Biloba Flower. HEX triplet: A7, 99 and F0. RGB value is (167,153,240). Sum of RGB (Red+Green+Blue) = 167+153+240=560 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.82% from 560); Green value is 153 (60.16% from 255 or 27.32% from 560); Blue value is 240 (94.14% from 255 or 42.86% from 560); Max value from RGB is 240 - color contains mainly: blue. Hex color #A799F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A799F0 is #58660F. Grayscale: #A6A6A6. Windows color (decimal): -5793296 or 15767975. OLE color: 15767975.

HSL color Cylindrical-coordinate representation of color #A799F0: hue angle of 249.66º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A799F0 is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB167153240-
CMYK0.300.3600.06
HSL249.66º74.36%77.06%-
HSV(B)249.66º36.25%94.12%-
XYZ43.0637.2987.37-
YUV167.1169.14127.93-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.82%
GREEN value IS 153 (60.16% from 255) = 27.32%
BLUE value IS 240 (94.14% from 255) = 42.86%
R=29.82%
G=27.32%
B=42.86%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1671532400.300.3600.06249.6674.3677.06
HexA799F01E2406fa4a4d
Octal247231360364406372112115
Binary1010011110011001111100001111010010001101111101010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A799F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A799F0; }

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

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

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

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

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

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

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

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