#A799FF

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

Shades of Biloba Flower #A799FF

Tints of Biloba Flower #A799FF

Color information

#A799FF (or 0xA799FF) is unknown color: approx Biloba Flower. HEX triplet: A7, 99 and FF. RGB value is (167,153,255). Sum of RGB (Red+Green+Blue) = 167+153+255=575 (76% of max value = 765). Red value is 167 (65.62% from 255 or 29.04% from 575); Green value is 153 (60.16% from 255 or 26.61% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #A799FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A799FF is #586600. Grayscale: #A8A8A8. Windows color (decimal): -5793281 or 16751015. OLE color: 16751015.

HSL color Cylindrical-coordinate representation of color #A799FF: hue angle of 248.24º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A799FF is Cyan = 0.35, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB167153255-
CMYK0.350.400
HSL248.24º100%80%-
HSV(B)248.24º40%100%-
XYZ45.3838.2299.59-
YUV168.81176.64126.71-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.04%
GREEN value IS 153 (60.16% from 255) = 26.61%
BLUE value IS 255 (100% from 255) = 44.35%
R=29.04%
G=26.61%
B=44.35%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1671532550.350.400248.2410080
HexA799FF232800f86450
Octal247231377435000370144120
Binary101001111001100111111111100011101000001111100011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A799FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A799FF; }

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

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

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

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

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

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

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

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