#A68C90

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

Shades of Viola #A68C90

Tints of Viola #A68C90

Color information

#A68C90 (or 0xA68C90) is unknown color: approx Viola. HEX triplet: A6, 8C and 90. RGB value is (166,140,144). Sum of RGB (Red+Green+Blue) = 166+140+144=450 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.89% from 450); Green value is 140 (55.08% from 255 or 31.11% from 450); Blue value is 144 (56.64% from 255 or 32% from 450); Max value from RGB is 166 - color contains mainly: red. Hex color #A68C90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68C90 is #59736F. Grayscale: #949494. Windows color (decimal): -5862256 or 9473190. OLE color: 9473190.

HSL color Cylindrical-coordinate representation of color #A68C90: hue angle of 350.77º degrees, saturation: 0.13, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A68C90 is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB166140144-
CMYK00.160.130.35
HSL350.77º12.75%60%-
HSV(B)350.77º15.66%65.1%-
XYZ30.1428.8830.37-
YUV148.23125.61140.67-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.89%
GREEN value IS 140 (55.08% from 255) = 31.11%
BLUE value IS 144 (56.64% from 255) = 32%
R=36.89%
G=31.11%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614014400.160.130.35350.7712.7560
HexA68C90010D2315fd3c
Octal24621422002015435371574
Binary10100110100011001001000001000011011000111010111111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68C90; }

 p { color: rgb(166,140,144); }

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

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

 a { background-color: rgb(166,140,144); }

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

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

 span { border-color: rgb(166,140,144); }

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