#A79AFA

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

Shades of Biloba Flower #A79AFA

Tints of Biloba Flower #A79AFA

Color information

#A79AFA (or 0xA79AFA) is unknown color: approx Biloba Flower. HEX triplet: A7, 9A and FA. RGB value is (167,154,250). Sum of RGB (Red+Green+Blue) = 167+154+250=571 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.25% from 571); Green value is 154 (60.55% from 255 or 26.97% from 571); Blue value is 250 (98.05% from 255 or 43.78% from 571); Max value from RGB is 250 - color contains mainly: blue. Hex color #A79AFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A79AFA is #586505. Grayscale: #A8A8A8. Windows color (decimal): -5793030 or 16423591. OLE color: 16423591.

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

Color convert

RGB167154250-
CMYK0.330.3800.02
HSL248.12º90.57%79.22%-
HSV(B)248.12º38.4%98.04%-
XYZ44.7538.2395.46-
YUV168.83173.81126.69-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.25%
GREEN value IS 154 (60.55% from 255) = 26.97%
BLUE value IS 250 (98.05% from 255) = 43.78%
R=29.25%
G=26.97%
B=43.78%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1671542500.330.3800.02248.1290.5779.22
HexA79AFA212602f85b4f
Octal247232372414602370133117
Binary1010011110011010111110101000011001100101111100010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79AFA; }

 p { color: rgb(167,154,250); }

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

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

 a { background-color: rgb(167,154,250); }

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

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

 span { border-color: rgb(167,154,250); }

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