Html Css Color HEX #A48CA3 London Hue

📋 copy color: '#A48CA3'

red 164 ◦ green 140 ◦ blue 163

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

Shades of London Hue #A48CA3

Tints of London Hue #A48CA3

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.98%

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

R = 35.12%
G = 29.98%
B = 34.9%

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

#A48CA3 (or 0xA48CA3) is known color: London Hue. HEX triplet: A4, 8C and A3. RGB value is (164,140,163). Sum of RGB (Red+Green+Blue) = 164+140+163=467 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.12% from 467); Green value is 140 (55.08% from 255 or 29.98% from 467); Blue value is 163 (64.06% from 255 or 34.90% from 467); Max value from RGB is 164 - color contains mainly: red. Hex color #A48CA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48CA3 is #5B735C. Grayscale: #959595. Windows color (decimal): -5993309 or 10718372. OLE color: 10718372.

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

Color convert

RGB 164 140 163 -
CMYK 0 0.15 0.01 0.36
HSL 302.5º 0.12% 0.6% -
HSV(B) 302.5º 0.15% 0.64% -
XYZ 31.3 29.29 38.65 -
YUV 149.8 135.45 138.13 -
System Red Green Blue C M Y K H S L
Decimal 164 140 163 0 0.15 0.01 0.36 302.5 0.12 0.6
Hex A4 8C A3 0 F 1 24 12E C 3C
Octal 244 214 243 0 17 1 44 456 14 74
Binary 10100100 10001100 10100011 0 1111 1 100100 100101110 1100 111100

Color Harmonies of #A48CA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48CA3

Black with #A48CA3

Text Example


Text Example

White with #A48CA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48CA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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