#A799EB

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

Shades of Biloba Flower #A799EB

Tints of Biloba Flower #A799EB

Color information

#A799EB (or 0xA799EB) is unknown color: approx Biloba Flower. HEX triplet: A7, 99 and EB. RGB value is (167,153,235). Sum of RGB (Red+Green+Blue) = 167+153+235=555 (73% of max value = 765). Red value is 167 (65.62% from 255 or 30.09% from 555); Green value is 153 (60.16% from 255 or 27.57% from 555); Blue value is 235 (92.19% from 255 or 42.34% from 555); Max value from RGB is 235 - color contains mainly: blue. Hex color #A799EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A799EB is #586614. Grayscale: #A6A6A6. Windows color (decimal): -5793301 or 15440295. OLE color: 15440295.

HSL color Cylindrical-coordinate representation of color #A799EB: hue angle of 250.24º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A799EB is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB167153235-
CMYK0.290.3500.08
HSL250.24º67.21%76.08%-
HSV(B)250.24º34.89%92.16%-
XYZ42.323783.51-
YUV166.53166.64128.33-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.09%
GREEN value IS 153 (60.16% from 255) = 27.57%
BLUE value IS 235 (92.19% from 255) = 42.34%
R=30.09%
G=27.57%
B=42.34%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1671532350.290.3500.08250.2467.2176.08
HexA799EB1D2308fa434c
Octal2472313533543010372103114
Binary10100111100110011110101111101100011010001111101010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A799EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A799EB; }

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

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

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

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

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

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

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

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