#A790F3

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

Shades of Biloba Flower #A790F3

Tints of Biloba Flower #A790F3

Color information

#A790F3 (or 0xA790F3) is unknown color: approx Biloba Flower. HEX triplet: A7, 90 and F3. RGB value is (167,144,243). Sum of RGB (Red+Green+Blue) = 167+144+243=554 (73% of max value = 765). Red value is 167 (65.62% from 255 or 30.14% from 554); Green value is 144 (56.64% from 255 or 25.99% from 554); Blue value is 243 (95.31% from 255 or 43.86% from 554); Max value from RGB is 243 - color contains mainly: blue. Hex color #A790F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A790F3 is #586F0C. Grayscale: #A1A1A1. Windows color (decimal): -5795597 or 15962279. OLE color: 15962279.

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

Color convert

RGB167144243-
CMYK0.310.4100.05
HSL253.94º80.49%75.88%-
HSV(B)253.94º40.74%95.29%-
XYZ42.0934.6389.26-
YUV162.16173.62131.45-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.14%
GREEN value IS 144 (56.64% from 255) = 25.99%
BLUE value IS 243 (95.31% from 255) = 43.86%
R=30.14%
G=25.99%
B=43.86%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1671442430.310.4100.05253.9480.4975.88
HexA790F31F2905fe504c
Octal247220363375105376120114
Binary1010011110010000111100111111110100101011111111010100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A790F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A790F3; }

 p { color: rgb(167,144,243); }

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

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

 a { background-color: rgb(167,144,243); }

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

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

 span { border-color: rgb(167,144,243); }

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