Html Css Color HEX #A48FA5 London Hue

📋 copy color: '#A48FA5'

red 164 ◦ green 143 ◦ blue 165

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

Shades of London Hue #A48FA5

Tints of London Hue #A48FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 34.96%

R = 34.75%
G = 30.3%
B = 34.96%

CMYK

 C value IS 0.01

 M value IS 0.13

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A48FA5 (or 0xA48FA5) is known color: London Hue. HEX triplet: A4, 8F and A5. RGB value is (164,143,165). Sum of RGB (Red+Green+Blue) = 164+143+165=472 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.75% from 472); Green value is 143 (56.25% from 255 or 30.30% from 472); Blue value is 165 (64.84% from 255 or 34.96% from 472); Max value from RGB is 165 - color contains mainly: blue. Hex color #A48FA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48FA5 is #5B705A. Grayscale: #979797. Windows color (decimal): -5992539 or 10850212. OLE color: 10850212.

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

Color convert

RGB 164 143 165 -
CMYK 0.01 0.13 0 0.35
HSL 297.27º 0.11% 0.6% -
HSV(B) 297.27º 0.13% 0.65% -
XYZ 31.92 30.25 39.75 -
YUV 151.79 135.46 136.71 -
System Red Green Blue C M Y K H S L
Decimal 164 143 165 0.01 0.13 0 0.35 297.27 0.11 0.6
Hex A4 8F A5 1 D 0 23 129 B 3C
Octal 244 217 245 1 15 0 43 451 13 74
Binary 10100100 10001111 10100101 1 1101 0 100011 100101001 1011 111100

Color Harmonies of #A48FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48FA5

Black with #A48FA5

Text Example


Text Example

White with #A48FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48FA5; }

 p { color: rgb(164,143,165); }

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

background-color css

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

 a { background-color: rgb(164,143,165); }

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

border-color css

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

 span { border-color: rgb(164,143,165); }

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