#A799E5

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

Shades of Biloba Flower #A799E5

Tints of Biloba Flower #A799E5

Color information

#A799E5 (or 0xA799E5) is unknown color: approx Biloba Flower. HEX triplet: A7, 99 and E5. RGB value is (167,153,229). Sum of RGB (Red+Green+Blue) = 167+153+229=549 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.42% from 549); Green value is 153 (60.16% from 255 or 27.87% from 549); Blue value is 229 (89.84% from 255 or 41.71% from 549); Max value from RGB is 229 - color contains mainly: blue. Hex color #A799E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A799E5 is #58661A. Grayscale: #A5A5A5. Windows color (decimal): -5793307 or 15047079. OLE color: 15047079.

HSL color Cylindrical-coordinate representation of color #A799E5: hue angle of 251.05º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A799E5 is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB167153229-
CMYK0.270.3300.10
HSL251.05º59.38%74.9%-
HSV(B)251.05º33.19%89.8%-
XYZ41.4736.6679.02-
YUV165.85163.64128.82-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.42%
GREEN value IS 153 (60.16% from 255) = 27.87%
BLUE value IS 229 (89.84% from 255) = 41.71%
R=30.42%
G=27.87%
B=41.71%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1671532290.270.3300.10251.0559.3874.9
HexA799E51B210Afb3b4b
Octal247231345334101237373113
Binary1010011110011001111001011101110000101010111110111110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A799E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A799E5; }

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

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

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

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

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

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

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

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