Html Css Color HEX #A38AA0 London Hue

📋 copy color: '#A38AA0'

red 163 ◦ green 138 ◦ blue 160

#A38AA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of London Hue #A38AA0

Tints of London Hue #A38AA0

RGB

 RED value IS 163 (64.06% from 255) = 35.36%

 GREEN value IS 138 (54.3% from 255) = 29.93%

 BLUE value IS 160 (62.89% from 255) = 34.71%

R = 35.36%
G = 29.93%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#A38AA0 (or 0xA38AA0) is known color: London Hue. HEX triplet: A3, 8A and A0. RGB value is (163,138,160). Sum of RGB (Red+Green+Blue) = 163+138+160=461 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.36% from 461); Green value is 138 (54.30% from 255 or 29.93% from 461); Blue value is 160 (62.89% from 255 or 34.71% from 461); Max value from RGB is 163 - color contains mainly: red. Hex color #A38AA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38AA0 is #5C755F. Grayscale: #939393. Windows color (decimal): -6059360 or 10521251. OLE color: 10521251.

HSL color Cylindrical-coordinate representation of color #A38AA0: hue angle of 307.2º 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 #A38AA0 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 138 160 -
CMYK 0 0.15 0.02 0.36
HSL 307.2º 0.12% 0.59% -
HSV(B) 307.2º 0.15% 0.64% -
XYZ 30.54 28.5 37.15 -
YUV 147.98 134.78 138.71 -
System Red Green Blue C M Y K H S L
Decimal 163 138 160 0 0.15 0.02 0.36 307.2 0.12 0.59
Hex A3 8A A0 0 F 2 24 133 C 3B
Octal 243 212 240 0 17 2 44 463 14 73
Binary 10100011 10001010 10100000 0 1111 10 100100 100110011 1100 111011

Color Harmonies of #A38AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38AA0

Black with #A38AA0

Text Example


Text Example

White with #A38AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38AA0; }

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

 H1.HeaderClassName
 {
   color: #A38AA0;
 }
 .AnyTagClassName
 {
   color: #A38AA0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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