#A75166

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

Shades of Hippie Pink #A75166

Tints of Hippie Pink #A75166

Color information

#A75166 (or 0xA75166) is unknown color: approx Hippie Pink. HEX triplet: A7, 51 and 66. RGB value is (167,81,102). Sum of RGB (Red+Green+Blue) = 167+81+102=350 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.71% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 102 (40.23% from 255 or 29.14% from 350); Max value from RGB is 167 - color contains mainly: red. Hex color #A75166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75166 is #58AE99. Grayscale: #6D6D6D. Windows color (decimal): -5811866 or 6705575. OLE color: 6705575.

HSL color Cylindrical-coordinate representation of color #A75166: hue angle of 345.35º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A75166 is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB16781102-
CMYK00.510.390.35
HSL345.35º34.68%48.63%-
HSV(B)345.35º51.5%65.49%-
XYZ21.2815.0614.36-
YUV109.11123.99169.29-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.71%
GREEN value IS 81 (32.03% from 255) = 23.14%
BLUE value IS 102 (40.23% from 255) = 29.14%
R=47.71%
G=23.14%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678110200.510.390.35345.3534.6848.63
HexA7516603327231592331
Octal24712114606347435314361
Binary10100111101000111001100110011100111100011101011001100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75166; }

 p { color: rgb(167,81,102); }

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

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

 a { background-color: rgb(167,81,102); }

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

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

 span { border-color: rgb(167,81,102); }

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