Html Css Color HEX #A1465B Hippie Pink

📋 copy color: '#A1465B'

red 161 ◦ green 70 ◦ blue 91

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

Shades of Hippie Pink #A1465B

Tints of Hippie Pink #A1465B

RGB

 RED value IS 161 (63.28% from 255) = 50%

 GREEN value IS 70 (27.73% from 255) = 21.74%

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

R = 50%
G = 21.74%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.43

 K value IS 0.37

RGB Variations

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

Color information

#A1465B (or 0xA1465B) is known color: Hippie Pink. HEX triplet: A1, 46 and 5B. RGB value is (161,70,91). Sum of RGB (Red+Green+Blue) = 161+70+91=322 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50% from 322); Green value is 70 (27.73% from 255 or 21.74% from 322); Blue value is 91 (35.94% from 255 or 28.26% from 322); Max value from RGB is 161 - color contains mainly: red. Hex color #A1465B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1465B is #5EB9A4. Grayscale: #636363. Windows color (decimal): -6207909 or 5981857. OLE color: 5981857.

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

Color convert

RGB 161 70 91 -
CMYK 0 0.57 0.43 0.37
HSL 346.15º 0.39% 0.45% -
HSV(B) 346.15º 0.57% 0.63% -
XYZ 18.78 12.71 11.36 -
YUV 99.6 123.15 171.79 -
System Red Green Blue C M Y K H S L
Decimal 161 70 91 0 0.57 0.43 0.37 346.15 0.39 0.45
Hex A1 46 5B 0 39 2B 25 15A 27 2D
Octal 241 106 133 0 71 53 45 532 47 55
Binary 10100001 1000110 1011011 0 111001 101011 100101 101011010 100111 101101

Color Harmonies of #A1465B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1465B

Black with #A1465B

Text Example


Text Example

White with #A1465B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1465B; }

 p { color: rgb(161,70,91); }

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

background-color css

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

 a { background-color: rgb(161,70,91); }

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

border-color css

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

 span { border-color: rgb(161,70,91); }

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