Html Css Color HEX #A0485B Hippie Pink

📋 copy color: '#A0485B'

red 160 ◦ green 72 ◦ blue 91

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

Shades of Hippie Pink #A0485B

Tints of Hippie Pink #A0485B

RGB

 RED value IS 160 (62.89% from 255) = 49.54%

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

 BLUE value IS 91 (35.94% from 255) = 28.17%

R = 49.54%
G = 22.29%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.43

 K value IS 0.37

RGB Variations

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

Color information

#A0485B (or 0xA0485B) is known color: Hippie Pink. HEX triplet: A0, 48 and 5B. RGB value is (160,72,91). Sum of RGB (Red+Green+Blue) = 160+72+91=323 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.54% from 323); Green value is 72 (28.52% from 255 or 22.29% from 323); Blue value is 91 (35.94% from 255 or 28.17% from 323); Max value from RGB is 160 - color contains mainly: red. Hex color #A0485B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0485B is #5FB7A4. Grayscale: #646464. Windows color (decimal): -6272933 or 5982368. OLE color: 5982368.

HSL color Cylindrical-coordinate representation of color #A0485B: hue angle of 347.05º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A0485B is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 72 91 -
CMYK 0 0.55 0.43 0.37
HSL 347.05º 0.38% 0.45% -
HSV(B) 347.05º 0.55% 0.63% -
XYZ 18.7 12.86 11.39 -
YUV 100.48 122.65 170.46 -
System Red Green Blue C M Y K H S L
Decimal 160 72 91 0 0.55 0.43 0.37 347.05 0.38 0.45
Hex A0 48 5B 0 37 2B 25 15B 26 2D
Octal 240 110 133 0 67 53 45 533 46 55
Binary 10100000 1001000 1011011 0 110111 101011 100101 101011011 100110 101101

Color Harmonies of #A0485B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0485B

Black with #A0485B

Text Example


Text Example

White with #A0485B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0485B; }

 p { color: rgb(160,72,91); }

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

background-color css

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

 a { background-color: rgb(160,72,91); }

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

border-color css

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

 span { border-color: rgb(160,72,91); }

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