#A384A3

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

Shades of London Hue #A384A3

Tints of London Hue #A384A3

Color information

#A384A3 (or 0xA384A3) is unknown color: approx London Hue. HEX triplet: A3, 84 and A3. RGB value is (163,132,163). Sum of RGB (Red+Green+Blue) = 163+132+163=458 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.59% from 458); Green value is 132 (51.95% from 255 or 28.82% from 458); Blue value is 163 (64.06% from 255 or 35.59% from 458); Max value from RGB is 163 - color contains mainly: red, blue. Hex color #A384A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A384A3 is #5C7B5C. Grayscale: #909090. Windows color (decimal): -6060893 or 10716323. OLE color: 10716323.

HSL color Cylindrical-coordinate representation of color #A384A3: hue angle of 300º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A384A3 is Cyan = 0, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB163132163-
CMYK00.1900.36
HSL300º14.42%57.84%-
HSV(B)300º19.02%63.92%-
XYZ29.9726.9338.27-
YUV144.8138.27140.98-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.59%
GREEN value IS 132 (51.95% from 255) = 28.82%
BLUE value IS 163 (64.06% from 255) = 35.59%
R=35.59%
G=28.82%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313216300.1900.3630014.4257.84
HexA384A301302412ce3a
Octal2432042430230444541672
Binary10100011100001001010001101001101001001001011001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A384A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A384A3; }

 p { color: rgb(163,132,163); }

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

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

 a { background-color: rgb(163,132,163); }

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

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

 span { border-color: rgb(163,132,163); }

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