#A79AC2

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

Shades of Biloba Flower #A79AC2

Tints of Biloba Flower #A79AC2

Color information

#A79AC2 (or 0xA79AC2) is unknown color: approx Biloba Flower. HEX triplet: A7, 9A and C2. RGB value is (167,154,194). Sum of RGB (Red+Green+Blue) = 167+154+194=515 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.43% from 515); Green value is 154 (60.55% from 255 or 29.90% from 515); Blue value is 194 (76.17% from 255 or 37.67% from 515); Max value from RGB is 194 - color contains mainly: blue. Hex color #A79AC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79AC2 is #58653D. Grayscale: #A2A2A2. Windows color (decimal): -5793086 or 12753575. OLE color: 12753575.

HSL color Cylindrical-coordinate representation of color #A79AC2: hue angle of 259.5º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A79AC2 is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB167154194-
CMYK0.140.2100.24
HSL259.5º24.69%68.24%-
HSV(B)259.5º20.62%76.08%-
XYZ37.2335.2255.88-
YUV162.45145.81131.25-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.43%
GREEN value IS 154 (60.55% from 255) = 29.90%
BLUE value IS 194 (76.17% from 255) = 37.67%
R=32.43%
G=29.90%
B=37.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1671541940.140.2100.24259.524.6968.24
HexA79AC2E150181041944
Octal247232302162503040431104
Binary101001111001101011000010111010101011000100000100110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79AC2; }

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

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

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

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

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

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

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

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