Html Css Color HEX #A47CA4 London Hue

📋 copy color: '#A47CA4'

red 164 ◦ green 124 ◦ blue 164

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

Shades of London Hue #A47CA4

Tints of London Hue #A47CA4

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.43%

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

R = 36.28%
G = 27.43%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#A47CA4 (or 0xA47CA4) is known color: London Hue. HEX triplet: A4, 7C and A4. RGB value is (164,124,164). Sum of RGB (Red+Green+Blue) = 164+124+164=452 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.28% from 452); Green value is 124 (48.83% from 255 or 27.43% from 452); Blue value is 164 (64.45% from 255 or 36.28% from 452); Max value from RGB is 164 - color contains mainly: red, blue. Hex color #A47CA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47CA4 is #5B835B. Grayscale: #8C8C8C. Windows color (decimal): -5997404 or 10779812. OLE color: 10779812.

HSL color Cylindrical-coordinate representation of color #A47CA4: hue angle of 300º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A47CA4 is Cyan = 0, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 124 164 -
CMYK 0 0.24 0 0.36
HSL 300º 0.18% 0.56% -
HSV(B) 300º 0.24% 0.64% -
XYZ 29.22 24.99 38.41 -
YUV 140.52 141.25 144.75 -
System Red Green Blue C M Y K H S L
Decimal 164 124 164 0 0.24 0 0.36 300 0.18 0.56
Hex A4 7C A4 0 18 0 24 12C 12 38
Octal 244 174 244 0 30 0 44 454 22 70
Binary 10100100 1111100 10100100 0 11000 0 100100 100101100 10010 111000

Color Harmonies of #A47CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47CA4

Black with #A47CA4

Text Example


Text Example

White with #A47CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47CA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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