#A94861

Color #A94861 Hippie Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Pink #A94861

Tints of Hippie Pink #A94861

Color information

#A94861 (or 0xA94861) is unknown color: approx Hippie Pink. HEX triplet: A9, 48 and 61. RGB value is (169,72,97). Sum of RGB (Red+Green+Blue) = 169+72+97=338 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50% from 338); Green value is 72 (28.52% from 255 or 21.30% from 338); Blue value is 97 (38.28% from 255 or 28.70% from 338); Max value from RGB is 169 - color contains mainly: red. Hex color #A94861 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94861 is #56B79E. Grayscale: #676767. Windows color (decimal): -5683103 or 6375593. OLE color: 6375593.

HSL color Cylindrical-coordinate representation of color #A94861: hue angle of 344.54º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A94861 is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.34.

Color convert

RGB1697297-
CMYK00.570.430.34
HSL344.54º40.25%47.25%-
HSV(B)344.54º57.4%66.27%-
XYZ20.8413.9312.9-
YUV103.85124.14174.47-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 50%
GREEN value IS 72 (28.52% from 255) = 21.30%
BLUE value IS 97 (38.28% from 255) = 28.70%
R=50%
G=21.30%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169729700.570.430.34344.5440.2547.25
HexA948610392B22159282f
Octal25111014107153425315057
Binary10101001100100011000010111001101011100010101011001101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94861; }

 p { color: rgb(169,72,97); }

 H1.HeaderClassName
 {
   color: #A94861;
 }
 .AnyTagClassName
 {
   color: #A94861;
 }
</style>
background-color css

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

 a { background-color: rgb(169,72,97); }

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

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

 span { border-color: rgb(169,72,97); }

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