Html Css Color HEX #A38FA0 London Hue

📋 copy color: '#A38FA0'

red 163 ◦ green 143 ◦ blue 160

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

Shades of London Hue #A38FA0

Tints of London Hue #A38FA0

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.69%

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

R = 34.98%
G = 30.69%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#A38FA0 (or 0xA38FA0) is known color: London Hue. HEX triplet: A3, 8F and A0. RGB value is (163,143,160). Sum of RGB (Red+Green+Blue) = 163+143+160=466 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.98% from 466); Green value is 143 (56.25% from 255 or 30.69% from 466); Blue value is 160 (62.89% from 255 or 34.33% from 466); Max value from RGB is 163 - color contains mainly: red. Hex color #A38FA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38FA0 is #5C705F. Grayscale: #969696. Windows color (decimal): -6058080 or 10522531. OLE color: 10522531.

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

Color convert

RGB 163 143 160 -
CMYK 0 0.12 0.02 0.36
HSL 309º 0.1% 0.6% -
HSV(B) 309º 0.12% 0.64% -
XYZ 31.27 29.97 37.39 -
YUV 150.92 133.13 136.62 -
System Red Green Blue C M Y K H S L
Decimal 163 143 160 0 0.12 0.02 0.36 309 0.1 0.6
Hex A3 8F A0 0 C 2 24 135 A 3C
Octal 243 217 240 0 14 2 44 465 12 74
Binary 10100011 10001111 10100000 0 1100 10 100100 100110101 1010 111100

Color Harmonies of #A38FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38FA0

Black with #A38FA0

Text Example


Text Example

White with #A38FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38FA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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