Html Css Color HEX #A54861 Hippie Pink

📋 copy color: '#A54861'

red 165 ◦ green 72 ◦ blue 97

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

Shades of Hippie Pink #A54861

Tints of Hippie Pink #A54861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 29.04%

R = 49.4%
G = 21.56%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#A54861 (or 0xA54861) is known color: Hippie Pink. HEX triplet: A5, 48 and 61. RGB value is (165,72,97). Sum of RGB (Red+Green+Blue) = 165+72+97=334 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.40% from 334); Green value is 72 (28.52% from 255 or 21.56% from 334); Blue value is 97 (38.28% from 255 or 29.04% from 334); Max value from RGB is 165 - color contains mainly: red. Hex color #A54861 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54861 is #5AB79E. Grayscale: #666666. Windows color (decimal): -5945247 or 6375589. OLE color: 6375589.

HSL color Cylindrical-coordinate representation of color #A54861: hue angle of 343.87º 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 #A54861 is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 72 97 -
CMYK 0 0.56 0.41 0.35
HSL 343.87º 0.39% 0.46% -
HSV(B) 343.87º 0.56% 0.65% -
XYZ 19.99 13.5 12.86 -
YUV 102.66 124.81 172.47 -
System Red Green Blue C M Y K H S L
Decimal 165 72 97 0 0.56 0.41 0.35 343.87 0.39 0.46
Hex A5 48 61 0 38 29 23 158 27 2E
Octal 245 110 141 0 70 51 43 530 47 56
Binary 10100101 1001000 1100001 0 111000 101001 100011 101011000 100111 101110

Color Harmonies of #A54861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54861

Black with #A54861

Text Example


Text Example

White with #A54861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54861; }

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

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

background-color css

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

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

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

border-color css

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

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

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