#A382A0

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

Shades of London Hue #A382A0

Tints of London Hue #A382A0

Color information

#A382A0 (or 0xA382A0) is unknown color: approx London Hue. HEX triplet: A3, 82 and A0. RGB value is (163,130,160). Sum of RGB (Red+Green+Blue) = 163+130+160=453 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.98% from 453); Green value is 130 (51.17% from 255 or 28.70% from 453); Blue value is 160 (62.89% from 255 or 35.32% from 453); Max value from RGB is 163 - color contains mainly: red. Hex color #A382A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A382A0 is #5C7D5F. Grayscale: #8F8F8F. Windows color (decimal): -6061408 or 10519203. OLE color: 10519203.

HSL color Cylindrical-coordinate representation of color #A382A0: hue angle of 305.45º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A382A0 is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB163130160-
CMYK00.200.020.36
HSL305.45º15.21%57.45%-
HSV(B)305.45º20.25%63.92%-
XYZ29.4326.2936.78-
YUV143.29137.43142.06-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.98%
GREEN value IS 130 (51.17% from 255) = 28.70%
BLUE value IS 160 (62.89% from 255) = 35.32%
R=35.98%
G=28.70%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313016000.200.020.36305.4515.2157.45
HexA382A0014224131f39
Octal2432022400242444611771
Binary101000111000001010100000010100101001001001100011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A382A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A382A0; }

 p { color: rgb(163,130,160); }

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

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

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

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

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

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

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