#A693A0

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

Shades of Shady Lady #A693A0

Tints of Shady Lady #A693A0

Color information

#A693A0 (or 0xA693A0) is unknown color: approx Shady Lady. HEX triplet: A6, 93 and A0. RGB value is (166,147,160). Sum of RGB (Red+Green+Blue) = 166+147+160=473 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.10% from 473); Green value is 147 (57.81% from 255 or 31.08% from 473); Blue value is 160 (62.89% from 255 or 33.83% from 473); Max value from RGB is 166 - color contains mainly: red. Hex color #A693A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A693A0 is #596C5F. Grayscale: #9A9A9A. Windows color (decimal): -5860448 or 10523558. OLE color: 10523558.

HSL color Cylindrical-coordinate representation of color #A693A0: hue angle of 318.95º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A693A0 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB166147160-
CMYK00.110.040.35
HSL318.95º9.64%61.37%-
HSV(B)318.95º11.45%65.1%-
XYZ32.531.5137.63-
YUV154.16131.29136.44-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.10%
GREEN value IS 147 (57.81% from 255) = 31.08%
BLUE value IS 160 (62.89% from 255) = 33.83%
R=35.10%
G=31.08%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614716000.110.040.35318.959.6461.37
HexA693A00B42313fa3d
Octal2462232400134434771275
Binary101001101001001110100000010111001000111001111111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A693A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A693A0; }

 p { color: rgb(166,147,160); }

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

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

 a { background-color: rgb(166,147,160); }

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

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

 span { border-color: rgb(166,147,160); }

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