#A792F6

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

Shades of Biloba Flower #A792F6

Tints of Biloba Flower #A792F6

Color information

#A792F6 (or 0xA792F6) is unknown color: approx Biloba Flower. HEX triplet: A7, 92 and F6. RGB value is (167,146,246). Sum of RGB (Red+Green+Blue) = 167+146+246=559 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.87% from 559); Green value is 146 (57.42% from 255 or 26.12% from 559); Blue value is 246 (96.48% from 255 or 44.01% from 559); Max value from RGB is 246 - color contains mainly: blue. Hex color #A792F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A792F6 is #586D09. Grayscale: #A3A3A3. Windows color (decimal): -5795082 or 16159399. OLE color: 16159399.

HSL color Cylindrical-coordinate representation of color #A792F6: hue angle of 252.6º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A792F6 is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB167146246-
CMYK0.320.4100.04
HSL252.6º84.75%76.86%-
HSV(B)252.6º40.65%96.47%-
XYZ42.8535.4391.77-
YUV163.68174.46130.37-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.87%
GREEN value IS 146 (57.42% from 255) = 26.12%
BLUE value IS 246 (96.48% from 255) = 44.01%
R=29.87%
G=26.12%
B=44.01%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1671462460.320.4100.04252.684.7576.86
HexA792F6202904fd554d
Octal247222366405104375125115
Binary10100111100100101111011010000010100101001111110110101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A792F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A792F6; }

 p { color: rgb(167,146,246); }

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

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

 a { background-color: rgb(167,146,246); }

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

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

 span { border-color: rgb(167,146,246); }

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