#A38AA1

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

Shades of London Hue #A38AA1

Tints of London Hue #A38AA1

Color information

#A38AA1 (or 0xA38AA1) is unknown color: approx London Hue. HEX triplet: A3, 8A and A1. RGB value is (163,138,161). Sum of RGB (Red+Green+Blue) = 163+138+161=462 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.28% from 462); Green value is 138 (54.30% from 255 or 29.87% from 462); Blue value is 161 (63.28% from 255 or 34.85% from 462); Max value from RGB is 163 - color contains mainly: red. Hex color #A38AA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38AA1 is #5C755E. Grayscale: #949494. Windows color (decimal): -6059359 or 10586787. OLE color: 10586787.

HSL color Cylindrical-coordinate representation of color #A38AA1: hue angle of 304.8º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A38AA1 is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB163138161-
CMYK00.150.010.36
HSL304.8º11.96%59.02%-
HSV(B)304.8º15.34%63.92%-
XYZ30.6328.5437.61-
YUV148.1135.28138.63-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.28%
GREEN value IS 138 (54.30% from 255) = 29.87%
BLUE value IS 161 (63.28% from 255) = 34.85%
R=35.28%
G=29.87%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313816100.150.010.36304.811.9659.02
HexA38AA10F124131c3b
Octal2432122410171444611473
Binary1010001110001010101000010111111001001001100011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38AA1; }

 p { color: rgb(163,138,161); }

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

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

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

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

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

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

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