Html Css Color HEX #A54860 Hippie Pink

📋 copy color: '#A54860'

red 165 ◦ green 72 ◦ blue 96

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

Shades of Hippie Pink #A54860

Tints of Hippie Pink #A54860

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.62%

 BLUE value IS 96 (37.89% from 255) = 28.83%

R = 49.55%
G = 21.62%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A54860 (or 0xA54860) is known color: Hippie Pink. HEX triplet: A5, 48 and 60. RGB value is (165,72,96). Sum of RGB (Red+Green+Blue) = 165+72+96=333 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.55% from 333); Green value is 72 (28.52% from 255 or 21.62% from 333); Blue value is 96 (37.89% from 255 or 28.83% from 333); Max value from RGB is 165 - color contains mainly: red. Hex color #A54860 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54860 is #5AB79F. Grayscale: #666666. Windows color (decimal): -5945248 or 6310053. OLE color: 6310053.

HSL color Cylindrical-coordinate representation of color #A54860: hue angle of 344.52º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A54860 is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 72 96 -
CMYK 0 0.56 0.42 0.35
HSL 344.52º 0.39% 0.46% -
HSV(B) 344.52º 0.56% 0.65% -
XYZ 19.95 13.48 12.62 -
YUV 102.54 124.31 172.55 -
System Red Green Blue C M Y K H S L
Decimal 165 72 96 0 0.56 0.42 0.35 344.52 0.39 0.46
Hex A5 48 60 0 38 2A 23 159 27 2E
Octal 245 110 140 0 70 52 43 531 47 56
Binary 10100101 1001000 1100000 0 111000 101010 100011 101011001 100111 101110

Color Harmonies of #A54860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54860

Black with #A54860

Text Example


Text Example

White with #A54860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54860; }

 p { color: rgb(165,72,96); }

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

background-color css

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

 a { background-color: rgb(165,72,96); }

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

border-color css

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

 span { border-color: rgb(165,72,96); }

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