Html Css Color HEX #A48DA3 London Hue

📋 copy color: '#A48DA3'

red 164 ◦ green 141 ◦ blue 163

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

Shades of London Hue #A48DA3

Tints of London Hue #A48DA3

RGB

 RED value IS 164 (64.45% from 255) = 35.04%

 GREEN value IS 141 (55.47% from 255) = 30.13%

 BLUE value IS 163 (64.06% from 255) = 34.83%

R = 35.04%
G = 30.13%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.01

 K value IS 0.36

RGB Variations

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

Color information

#A48DA3 (or 0xA48DA3) is known color: London Hue. HEX triplet: A4, 8D and A3. RGB value is (164,141,163). Sum of RGB (Red+Green+Blue) = 164+141+163=468 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.04% from 468); Green value is 141 (55.47% from 255 or 30.13% from 468); Blue value is 163 (64.06% from 255 or 34.83% from 468); Max value from RGB is 164 - color contains mainly: red. Hex color #A48DA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48DA3 is #5B725C. Grayscale: #969696. Windows color (decimal): -5993053 or 10718628. OLE color: 10718628.

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

Color convert

RGB 164 141 163 -
CMYK 0 0.14 0.01 0.36
HSL 302.61º 0.11% 0.6% -
HSV(B) 302.61º 0.14% 0.64% -
XYZ 31.45 29.59 38.7 -
YUV 150.39 135.12 137.71 -
System Red Green Blue C M Y K H S L
Decimal 164 141 163 0 0.14 0.01 0.36 302.61 0.11 0.6
Hex A4 8D A3 0 E 1 24 12F B 3C
Octal 244 215 243 0 16 1 44 457 13 74
Binary 10100100 10001101 10100011 0 1110 1 100100 100101111 1011 111100

Color Harmonies of #A48DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48DA3

Black with #A48DA3

Text Example


Text Example

White with #A48DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48DA3; }

 p { color: rgb(164,141,163); }

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

background-color css

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

 a { background-color: rgb(164,141,163); }

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

border-color css

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

 span { border-color: rgb(164,141,163); }

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