#A79AFB

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

Shades of Biloba Flower #A79AFB

Tints of Biloba Flower #A79AFB

Color information

#A79AFB (or 0xA79AFB) is unknown color: approx Biloba Flower. HEX triplet: A7, 9A and FB. RGB value is (167,154,251). Sum of RGB (Red+Green+Blue) = 167+154+251=572 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.20% from 572); Green value is 154 (60.55% from 255 or 26.92% from 572); Blue value is 251 (98.44% from 255 or 43.88% from 572); Max value from RGB is 251 - color contains mainly: blue. Hex color #A79AFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A79AFB is #586504. Grayscale: #A8A8A8. Windows color (decimal): -5793029 or 16489127. OLE color: 16489127.

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

Color convert

RGB167154251-
CMYK0.330.3900.02
HSL248.04º92.38%79.41%-
HSV(B)248.04º38.65%98.43%-
XYZ44.938.2996.29-
YUV168.94174.31126.61-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.20%
GREEN value IS 154 (60.55% from 255) = 26.92%
BLUE value IS 251 (98.44% from 255) = 43.88%
R=29.20%
G=26.92%
B=43.88%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1671542510.330.3900.02248.0492.3879.41
HexA79AFB212702f85c4f
Octal247232373414702370134117
Binary1010011110011010111110111000011001110101111100010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79AFB; }

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

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

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

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

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

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

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

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