#A95063

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

Shades of Hippie Pink #A95063

Tints of Hippie Pink #A95063

Color information

#A95063 (or 0xA95063) is unknown color: approx Hippie Pink. HEX triplet: A9, 50 and 63. RGB value is (169,80,99). Sum of RGB (Red+Green+Blue) = 169+80+99=348 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.56% from 348); Green value is 80 (31.64% from 255 or 22.99% from 348); Blue value is 99 (39.06% from 255 or 28.45% from 348); Max value from RGB is 169 - color contains mainly: red. Hex color #A95063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95063 is #56AF9C. Grayscale: #6C6C6C. Windows color (decimal): -5681053 or 6508713. OLE color: 6508713.

HSL color Cylindrical-coordinate representation of color #A95063: hue angle of 347.19º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A95063 is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.34.

Color convert

RGB1698099-
CMYK00.530.410.34
HSL347.19º35.74%48.82%-
HSV(B)347.19º52.66%66.27%-
XYZ21.4815.0713.58-
YUV108.78122.49170.96-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.56%
GREEN value IS 80 (31.64% from 255) = 22.99%
BLUE value IS 99 (39.06% from 255) = 28.45%
R=48.56%
G=22.99%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.41
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169809900.530.410.34347.1935.7448.82
HexA95063035292215b2431
Octal25112014306551425334461
Binary10101001101000011000110110101101001100010101011011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95063; }

 p { color: rgb(169,80,99); }

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

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

 a { background-color: rgb(169,80,99); }

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

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

 span { border-color: rgb(169,80,99); }

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