Html Css Color HEX #A38EA0 London Hue

📋 copy color: '#A38EA0'

red 163 ◦ green 142 ◦ blue 160

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

Shades of London Hue #A38EA0

Tints of London Hue #A38EA0

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.54%

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

R = 35.05%
G = 30.54%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#A38EA0 (or 0xA38EA0) is known color: London Hue. HEX triplet: A3, 8E and A0. RGB value is (163,142,160). Sum of RGB (Red+Green+Blue) = 163+142+160=465 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.05% from 465); Green value is 142 (55.86% from 255 or 30.54% from 465); Blue value is 160 (62.89% from 255 or 34.41% from 465); Max value from RGB is 163 - color contains mainly: red. Hex color #A38EA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38EA0 is #5C715F. Grayscale: #969696. Windows color (decimal): -6058336 or 10522275. OLE color: 10522275.

HSL color Cylindrical-coordinate representation of color #A38EA0: hue angle of 308.57º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A38EA0 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 142 160 -
CMYK 0 0.13 0.02 0.36
HSL 308.57º 0.1% 0.6% -
HSV(B) 308.57º 0.13% 0.64% -
XYZ 31.12 29.67 37.34 -
YUV 150.33 133.46 137.04 -
System Red Green Blue C M Y K H S L
Decimal 163 142 160 0 0.13 0.02 0.36 308.57 0.1 0.6
Hex A3 8E A0 0 D 2 24 135 A 3C
Octal 243 216 240 0 15 2 44 465 12 74
Binary 10100011 10001110 10100000 0 1101 10 100100 100110101 1010 111100

Color Harmonies of #A38EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38EA0

Black with #A38EA0

Text Example


Text Example

White with #A38EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38EA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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