Html Css Color HEX #A0515E Hippie Pink

📋 copy color: '#A0515E'

red 160 ◦ green 81 ◦ blue 94

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

Shades of Hippie Pink #A0515E

Tints of Hippie Pink #A0515E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.18%

 BLUE value IS 94 (37.11% from 255) = 28.06%

R = 47.76%
G = 24.18%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.41

 K value IS 0.37

RGB Variations

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

Color information

#A0515E (or 0xA0515E) is known color: Hippie Pink. HEX triplet: A0, 51 and 5E. RGB value is (160,81,94). Sum of RGB (Red+Green+Blue) = 160+81+94=335 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.76% from 335); Green value is 81 (32.03% from 255 or 24.18% from 335); Blue value is 94 (37.11% from 255 or 28.06% from 335); Max value from RGB is 160 - color contains mainly: red. Hex color #A0515E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0515E is #5FAEA1. Grayscale: #6A6A6A. Windows color (decimal): -6270626 or 6181280. OLE color: 6181280.

HSL color Cylindrical-coordinate representation of color #A0515E: hue angle of 350.13º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A0515E is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 81 94 -
CMYK 0 0.49 0.41 0.37
HSL 350.13º 0.33% 0.47% -
HSV(B) 350.13º 0.49% 0.63% -
XYZ 19.46 14.17 12.3 -
YUV 106.1 121.17 166.44 -
System Red Green Blue C M Y K H S L
Decimal 160 81 94 0 0.49 0.41 0.37 350.13 0.33 0.47
Hex A0 51 5E 0 31 29 25 15E 21 2F
Octal 240 121 136 0 61 51 45 536 41 57
Binary 10100000 1010001 1011110 0 110001 101001 100101 101011110 100001 101111

Color Harmonies of #A0515E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0515E

Black with #A0515E

Text Example


Text Example

White with #A0515E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0515E; }

 p { color: rgb(160,81,94); }

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

background-color css

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

 a { background-color: rgb(160,81,94); }

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

border-color css

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

 span { border-color: rgb(160,81,94); }

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