#A79ACD

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

Shades of Biloba Flower #A79ACD

Tints of Biloba Flower #A79ACD

Color information

#A79ACD (or 0xA79ACD) is unknown color: approx Biloba Flower. HEX triplet: A7, 9A and CD. RGB value is (167,154,205). Sum of RGB (Red+Green+Blue) = 167+154+205=526 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.75% from 526); Green value is 154 (60.55% from 255 or 29.28% from 526); Blue value is 205 (80.47% from 255 or 38.97% from 526); Max value from RGB is 205 - color contains mainly: blue. Hex color #A79ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79ACD is #586532. Grayscale: #A3A3A3. Windows color (decimal): -5793075 or 13474471. OLE color: 13474471.

HSL color Cylindrical-coordinate representation of color #A79ACD: hue angle of 255.29º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A79ACD is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB167154205-
CMYK0.190.2500.20
HSL255.29º33.77%70.39%-
HSV(B)255.29º24.88%80.39%-
XYZ38.5135.7362.63-
YUV163.7151.31130.35-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.75%
GREEN value IS 154 (60.55% from 255) = 29.28%
BLUE value IS 205 (80.47% from 255) = 38.97%
R=31.75%
G=29.28%
B=38.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1671542050.190.2500.20255.2933.7770.39
HexA79ACD1319014ff2246
Octal247232315233102437742106
Binary1010011110011010110011011001111001010100111111111000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79ACD; }

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

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

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

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

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

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

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

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