Html Css Color HEX #A54B55 Hippie Pink

📋 copy color: '#A54B55'

red 165 ◦ green 75 ◦ blue 85

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

Shades of Hippie Pink #A54B55

Tints of Hippie Pink #A54B55

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.08%

 BLUE value IS 85 (33.59% from 255) = 26.15%

R = 50.77%
G = 23.08%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.48

 K value IS 0.35

RGB Variations

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

Color information

#A54B55 (or 0xA54B55) is known color: Hippie Pink. HEX triplet: A5, 4B and 55. RGB value is (165,75,85). Sum of RGB (Red+Green+Blue) = 165+75+85=325 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.77% from 325); Green value is 75 (29.69% from 255 or 23.08% from 325); Blue value is 85 (33.59% from 255 or 26.15% from 325); Max value from RGB is 165 - color contains mainly: red. Hex color #A54B55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54B55 is #5AB4AA. Grayscale: #676767. Windows color (decimal): -5944491 or 5589925. OLE color: 5589925.

HSL color Cylindrical-coordinate representation of color #A54B55: hue angle of 353.33º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A54B55 is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 75 85 -
CMYK 0 0.55 0.48 0.35
HSL 353.33º 0.38% 0.47% -
HSV(B) 353.33º 0.55% 0.65% -
XYZ 19.67 13.69 10.2 -
YUV 103.05 117.82 172.19 -
System Red Green Blue C M Y K H S L
Decimal 165 75 85 0 0.55 0.48 0.35 353.33 0.38 0.47
Hex A5 4B 55 0 37 30 23 161 26 2F
Octal 245 113 125 0 67 60 43 541 46 57
Binary 10100101 1001011 1010101 0 110111 110000 100011 101100001 100110 101111

Color Harmonies of #A54B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54B55

Black with #A54B55

Text Example


Text Example

White with #A54B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54B55; }

 p { color: rgb(165,75,85); }

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

background-color css

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

 a { background-color: rgb(165,75,85); }

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

border-color css

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

 span { border-color: rgb(165,75,85); }

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