#A79BCA

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

Shades of Biloba Flower #A79BCA

Tints of Biloba Flower #A79BCA

Color information

#A79BCA (or 0xA79BCA) is unknown color: approx Biloba Flower. HEX triplet: A7, 9B and CA. RGB value is (167,155,202). Sum of RGB (Red+Green+Blue) = 167+155+202=524 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.87% from 524); Green value is 155 (60.94% from 255 or 29.58% from 524); Blue value is 202 (79.30% from 255 or 38.55% from 524); Max value from RGB is 202 - color contains mainly: blue. Hex color #A79BCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79BCA is #586435. Grayscale: #A3A3A3. Windows color (decimal): -5792822 or 13278119. OLE color: 13278119.

HSL color Cylindrical-coordinate representation of color #A79BCA: hue angle of 255.32º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A79BCA is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB167155202-
CMYK0.170.2300.21
HSL255.32º30.72%70%-
HSV(B)255.32º23.27%79.22%-
XYZ38.3235.9260.79-
YUV163.95149.48130.18-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.87%
GREEN value IS 155 (60.94% from 255) = 29.58%
BLUE value IS 202 (79.30% from 255) = 38.55%
R=31.87%
G=29.58%
B=38.55%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1671552020.170.2300.21255.3230.7270
HexA79BCA1117015ff1f46
Octal247233312212702537737106
Binary101001111001101111001010100011011101010111111111111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79BCA; }

 p { color: rgb(167,155,202); }

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

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

 a { background-color: rgb(167,155,202); }

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

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

 span { border-color: rgb(167,155,202); }

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