Html Css Color HEX #A0515A Hippie Pink

📋 copy color: '#A0515A'

red 160 ◦ green 81 ◦ blue 90

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

Shades of Hippie Pink #A0515A

Tints of Hippie Pink #A0515A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.19%

R = 48.34%
G = 24.47%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.44

 K value IS 0.37

RGB Variations

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

Color information

#A0515A (or 0xA0515A) is known color: Hippie Pink. HEX triplet: A0, 51 and 5A. RGB value is (160,81,90). Sum of RGB (Red+Green+Blue) = 160+81+90=331 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.34% from 331); Green value is 81 (32.03% from 255 or 24.47% from 331); Blue value is 90 (35.55% from 255 or 27.19% from 331); Max value from RGB is 160 - color contains mainly: red. Hex color #A0515A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0515A is #5FAEA5. Grayscale: #696969. Windows color (decimal): -6270630 or 5919136. OLE color: 5919136.

HSL color Cylindrical-coordinate representation of color #A0515A: hue angle of 353.16º 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 #A0515A is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 81 90 -
CMYK 0 0.49 0.44 0.37
HSL 353.16º 0.33% 0.47% -
HSV(B) 353.16º 0.49% 0.63% -
XYZ 19.29 14.1 11.38 -
YUV 105.65 119.17 166.77 -
System Red Green Blue C M Y K H S L
Decimal 160 81 90 0 0.49 0.44 0.37 353.16 0.33 0.47
Hex A0 51 5A 0 31 2C 25 161 21 2F
Octal 240 121 132 0 61 54 45 541 41 57
Binary 10100000 1010001 1011010 0 110001 101100 100101 101100001 100001 101111

Color Harmonies of #A0515A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0515A

Black with #A0515A

Text Example


Text Example

White with #A0515A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0515A; }

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

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

background-color css

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

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

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

border-color css

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

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

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