#A79AD5

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

Shades of Biloba Flower #A79AD5

Tints of Biloba Flower #A79AD5

Color information

#A79AD5 (or 0xA79AD5) is unknown color: approx Biloba Flower. HEX triplet: A7, 9A and D5. RGB value is (167,154,213). Sum of RGB (Red+Green+Blue) = 167+154+213=534 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.27% from 534); Green value is 154 (60.55% from 255 or 28.84% from 534); Blue value is 213 (83.59% from 255 or 39.89% from 534); Max value from RGB is 213 - color contains mainly: blue. Hex color #A79AD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79AD5 is #58652A. Grayscale: #A4A4A4. Windows color (decimal): -5793067 or 13998759. OLE color: 13998759.

HSL color Cylindrical-coordinate representation of color #A79AD5: hue angle of 253.22º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A79AD5 is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB167154213-
CMYK0.220.2800.16
HSL253.22º41.26%71.96%-
HSV(B)253.22º27.7%83.53%-
XYZ39.536.1367.84-
YUV164.61155.31129.7-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.27%
GREEN value IS 154 (60.55% from 255) = 28.84%
BLUE value IS 213 (83.59% from 255) = 39.89%
R=31.27%
G=28.84%
B=39.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1671542130.220.2800.16253.2241.2671.96
HexA79AD5161C010fd2948
Octal247232325263402037551110
Binary1010011110011010110101011011011100010000111111011010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79AD5; }

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

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

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

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

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

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

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

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