#A79CC2

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

Shades of Biloba Flower #A79CC2

Tints of Biloba Flower #A79CC2

Color information

#A79CC2 (or 0xA79CC2) is unknown color: approx Biloba Flower. HEX triplet: A7, 9C and C2. RGB value is (167,156,194). Sum of RGB (Red+Green+Blue) = 167+156+194=517 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.30% from 517); Green value is 156 (61.33% from 255 or 30.17% from 517); Blue value is 194 (76.17% from 255 or 37.52% from 517); Max value from RGB is 194 - color contains mainly: blue. Hex color #A79CC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79CC2 is #58633D. Grayscale: #A3A3A3. Windows color (decimal): -5792574 or 12754087. OLE color: 12754087.

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

Color convert

RGB167156194-
CMYK0.140.2000.24
HSL257.37º23.75%68.63%-
HSV(B)257.37º19.59%76.08%-
XYZ37.5635.8955.99-
YUV163.62145.14130.41-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.30%
GREEN value IS 156 (61.33% from 255) = 30.17%
BLUE value IS 194 (76.17% from 255) = 37.52%
R=32.30%
G=30.17%
B=37.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1671561940.140.2000.24257.3723.7568.63
HexA79CC2E140181011845
Octal247234302162403040130105
Binary101001111001110011000010111010100011000100000001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79CC2; }

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

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

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

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

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

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

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

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