#A794F1

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

Shades of Biloba Flower #A794F1

Tints of Biloba Flower #A794F1

Color information

#A794F1 (or 0xA794F1) is unknown color: approx Biloba Flower. HEX triplet: A7, 94 and F1. RGB value is (167,148,241). Sum of RGB (Red+Green+Blue) = 167+148+241=556 (73% of max value = 765). Red value is 167 (65.62% from 255 or 30.04% from 556); Green value is 148 (58.20% from 255 or 26.62% from 556); Blue value is 241 (94.53% from 255 or 43.35% from 556); Max value from RGB is 241 - color contains mainly: blue. Hex color #A794F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A794F1 is #586B0E. Grayscale: #A3A3A3. Windows color (decimal): -5794575 or 15832231. OLE color: 15832231.

HSL color Cylindrical-coordinate representation of color #A794F1: hue angle of 252.26º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A794F1 is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB167148241-
CMYK0.310.3900.05
HSL252.26º76.86%76.27%-
HSV(B)252.26º38.59%94.51%-
XYZ42.435.7587.88-
YUV164.28171.29129.94-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.04%
GREEN value IS 148 (58.20% from 255) = 26.62%
BLUE value IS 241 (94.53% from 255) = 43.35%
R=30.04%
G=26.62%
B=43.35%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1671482410.310.3900.05252.2676.8676.27
HexA794F11F2705fc4d4c
Octal247224361374705374115114
Binary1010011110010100111100011111110011101011111110010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A794F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A794F1; }

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

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

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

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

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

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

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

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