Html Css Color HEX #A64660 Hippie Pink

📋 copy color: '#A64660'

red 166 ◦ green 70 ◦ blue 96

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

Shades of Hippie Pink #A64660

Tints of Hippie Pink #A64660

RGB

 RED value IS 166 (65.23% from 255) = 50%

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

 BLUE value IS 96 (37.89% from 255) = 28.92%

R = 50%
G = 21.08%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A64660 (or 0xA64660) is known color: Hippie Pink. HEX triplet: A6, 46 and 60. RGB value is (166,70,96). Sum of RGB (Red+Green+Blue) = 166+70+96=332 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50% from 332); Green value is 70 (27.73% from 255 or 21.08% from 332); Blue value is 96 (37.89% from 255 or 28.92% from 332); Max value from RGB is 166 - color contains mainly: red. Hex color #A64660 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64660 is #59B99F. Grayscale: #656565. Windows color (decimal): -5880224 or 6309542. OLE color: 6309542.

HSL color Cylindrical-coordinate representation of color #A64660: hue angle of 343.75º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A64660 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 70 96 -
CMYK 0 0.58 0.42 0.35
HSL 343.75º 0.41% 0.46% -
HSV(B) 343.75º 0.58% 0.65% -
XYZ 20.03 13.33 12.58 -
YUV 101.67 124.8 173.89 -
System Red Green Blue C M Y K H S L
Decimal 166 70 96 0 0.58 0.42 0.35 343.75 0.41 0.46
Hex A6 46 60 0 3A 2A 23 158 29 2E
Octal 246 106 140 0 72 52 43 530 51 56
Binary 10100110 1000110 1100000 0 111010 101010 100011 101011000 101001 101110

Color Harmonies of #A64660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64660

Black with #A64660

Text Example


Text Example

White with #A64660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64660; }

 p { color: rgb(166,70,96); }

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

background-color css

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

 a { background-color: rgb(166,70,96); }

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

border-color css

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

 span { border-color: rgb(166,70,96); }

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