Html Css Color HEX #A48CA4 London Hue

📋 copy color: '#A48CA4'

red 164 ◦ green 140 ◦ blue 164

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

Shades of London Hue #A48CA4

Tints of London Hue #A48CA4

RGB

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

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

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

R = 35.04%
G = 29.91%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#A48CA4 (or 0xA48CA4) is known color: London Hue. HEX triplet: A4, 8C and A4. RGB value is (164,140,164). Sum of RGB (Red+Green+Blue) = 164+140+164=468 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.04% from 468); Green value is 140 (55.08% from 255 or 29.91% from 468); Blue value is 164 (64.45% from 255 or 35.04% from 468); Max value from RGB is 164 - color contains mainly: red, blue. Hex color #A48CA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48CA4 is #5B735B. Grayscale: #959595. Windows color (decimal): -5993308 or 10783908. OLE color: 10783908.

HSL color Cylindrical-coordinate representation of color #A48CA4: hue angle of 300º 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 #A48CA4 is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 140 164 -
CMYK 0 0.15 0 0.36
HSL 300º 0.12% 0.6% -
HSV(B) 300º 0.15% 0.64% -
XYZ 31.39 29.33 39.13 -
YUV 149.91 135.95 138.05 -
System Red Green Blue C M Y K H S L
Decimal 164 140 164 0 0.15 0 0.36 300 0.12 0.6
Hex A4 8C A4 0 F 0 24 12C C 3C
Octal 244 214 244 0 17 0 44 454 14 74
Binary 10100100 10001100 10100100 0 1111 0 100100 100101100 1100 111100

Color Harmonies of #A48CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48CA4

Black with #A48CA4

Text Example


Text Example

White with #A48CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48CA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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