#A794F9

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

Shades of Biloba Flower #A794F9

Tints of Biloba Flower #A794F9

Color information

#A794F9 (or 0xA794F9) is unknown color: approx Biloba Flower. HEX triplet: A7, 94 and F9. RGB value is (167,148,249). Sum of RGB (Red+Green+Blue) = 167+148+249=564 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.61% from 564); Green value is 148 (58.20% from 255 or 26.24% from 564); Blue value is 249 (97.66% from 255 or 44.15% from 564); Max value from RGB is 249 - color contains mainly: blue. Hex color #A794F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A794F9 is #586B06. Grayscale: #A4A4A4. Windows color (decimal): -5794567 or 16356519. OLE color: 16356519.

HSL color Cylindrical-coordinate representation of color #A794F9: hue angle of 251.29º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A794F9 is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB167148249-
CMYK0.330.4100.02
HSL251.29º89.38%77.84%-
HSV(B)251.29º40.56%97.65%-
XYZ43.6336.2394.32-
YUV165.2175.29129.29-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.61%
GREEN value IS 148 (58.20% from 255) = 26.24%
BLUE value IS 249 (97.66% from 255) = 44.15%
R=29.61%
G=26.24%
B=44.15%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1671482490.330.4100.02251.2989.3877.84
HexA794F9212902fb594e
Octal247224371415102373131116
Binary1010011110010100111110011000011010010101111101110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A794F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A794F9; }

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

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

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

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

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

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

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

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