#A79ACC

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

Shades of Biloba Flower #A79ACC

Tints of Biloba Flower #A79ACC

Color information

#A79ACC (or 0xA79ACC) is unknown color: approx Biloba Flower. HEX triplet: A7, 9A and CC. RGB value is (167,154,204). Sum of RGB (Red+Green+Blue) = 167+154+204=525 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.81% from 525); Green value is 154 (60.55% from 255 or 29.33% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 204 - color contains mainly: blue. Hex color #A79ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79ACC is #586533. Grayscale: #A3A3A3. Windows color (decimal): -5793076 or 13408935. OLE color: 13408935.

HSL color Cylindrical-coordinate representation of color #A79ACC: hue angle of 255.6º degrees, saturation: 0.33, 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 #A79ACC is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB167154204-
CMYK0.180.2500.2
HSL255.6º32.89%70.2%-
HSV(B)255.6º24.51%80%-
XYZ38.3935.6961.99-
YUV163.59150.81130.43-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.81%
GREEN value IS 154 (60.55% from 255) = 29.33%
BLUE value IS 204 (80.08% from 255) = 38.86%
R=31.81%
G=29.33%
B=38.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1671542040.180.2500.2255.632.8970.2
HexA79ACC12190141002146
Octal247232314223102440041106
Binary10100111100110101100110010010110010101001000000001000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79ACC; }

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

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

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

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

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

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

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

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