Html Css Color HEX #A57CA4 London Hue

📋 copy color: '#A57CA4'

red 165 ◦ green 124 ◦ blue 164

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

Shades of London Hue #A57CA4

Tints of London Hue #A57CA4

RGB

 RED value IS 165 (64.84% from 255) = 36.42%

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

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

R = 36.42%
G = 27.37%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.01

 K value IS 0.35

RGB Variations

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

Color information

#A57CA4 (or 0xA57CA4) is known color: London Hue. HEX triplet: A5, 7C and A4. RGB value is (165,124,164). Sum of RGB (Red+Green+Blue) = 165+124+164=453 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.42% from 453); Green value is 124 (48.83% from 255 or 27.37% from 453); Blue value is 164 (64.45% from 255 or 36.20% from 453); Max value from RGB is 165 - color contains mainly: red. Hex color #A57CA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57CA4 is #5A835B. Grayscale: #8C8C8C. Windows color (decimal): -5931868 or 10779813. OLE color: 10779813.

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

Color convert

RGB 165 124 164 -
CMYK 0 0.25 0.01 0.35
HSL 301.46º 0.19% 0.57% -
HSV(B) 301.46º 0.25% 0.65% -
XYZ 29.43 25.09 38.41 -
YUV 140.82 141.08 145.25 -
System Red Green Blue C M Y K H S L
Decimal 165 124 164 0 0.25 0.01 0.35 301.46 0.19 0.57
Hex A5 7C A4 0 19 1 23 12D 13 39
Octal 245 174 244 0 31 1 43 455 23 71
Binary 10100101 1111100 10100100 0 11001 1 100011 100101101 10011 111001

Color Harmonies of #A57CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57CA4

Black with #A57CA4

Text Example


Text Example

White with #A57CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57CA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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