#A794EB

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

Shades of Biloba Flower #A794EB

Tints of Biloba Flower #A794EB

Color information

#A794EB (or 0xA794EB) is unknown color: approx Biloba Flower. HEX triplet: A7, 94 and EB. RGB value is (167,148,235). Sum of RGB (Red+Green+Blue) = 167+148+235=550 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.36% from 550); Green value is 148 (58.20% from 255 or 26.91% from 550); Blue value is 235 (92.19% from 255 or 42.73% from 550); Max value from RGB is 235 - color contains mainly: blue. Hex color #A794EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A794EB is #586B14. Grayscale: #A3A3A3. Windows color (decimal): -5794581 or 15439015. OLE color: 15439015.

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

Color convert

RGB167148235-
CMYK0.290.3700.08
HSL253.1º68.5%75.1%-
HSV(B)253.1º37.02%92.16%-
XYZ41.5235.3983.24-
YUV163.6168.29130.43-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.36%
GREEN value IS 148 (58.20% from 255) = 26.91%
BLUE value IS 235 (92.19% from 255) = 42.73%
R=30.36%
G=26.91%
B=42.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1671482350.290.3700.08253.168.575.1
HexA794EB1D2508fd454b
Octal2472243533545010375105113
Binary10100111100101001110101111101100101010001111110110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A794EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A794EB; }

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

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

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

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

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

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

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

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