Html Css Color HEX #A38AA1 London Hue

📋 copy color: '#A38AA1'

red 163 ◦ green 138 ◦ blue 161

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

Shades of London Hue #A38AA1

Tints of London Hue #A38AA1

RGB

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

 GREEN value IS 138 (54.3% 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 value IS 0

 M value IS 0.15

 Y value IS 0.01

 K value IS 0.36

RGB Variations

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

Color information

#A38AA1 (or 0xA38AA1) is known color: 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

RGB 163 138 161 -
CMYK 0 0.15 0.01 0.36
HSL 304.8º 0.12% 0.59% -
HSV(B) 304.8º 0.15% 0.64% -
XYZ 30.63 28.54 37.61 -
YUV 148.1 135.28 138.63 -
System Red Green Blue C M Y K H S L
Decimal 163 138 161 0 0.15 0.01 0.36 304.8 0.12 0.59
Hex A3 8A A1 0 F 1 24 131 C 3B
Octal 243 212 241 0 17 1 44 461 14 73
Binary 10100011 10001010 10100001 0 1111 1 100100 100110001 1100 111011

Color Harmonies of #A38AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38AA1

Black with #A38AA1

Text Example


Text Example

White with #A38AA1

Text Example


Text Example

HTML Codes & Css Web 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>