Html Css Color HEX #A75166 Hippie Pink

📋 copy color: '#A75166'

red 167 ◦ green 81 ◦ blue 102

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

Shades of Hippie Pink #A75166

Tints of Hippie Pink #A75166

RGB

 RED value IS 167 (65.63% 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 value IS 0

 M value IS 0.51

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A75166 (or 0xA75166) is known color: 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

RGB 167 81 102 -
CMYK 0 0.51 0.39 0.35
HSL 345.35º 0.35% 0.49% -
HSV(B) 345.35º 0.51% 0.65% -
XYZ 21.28 15.06 14.36 -
YUV 109.11 123.99 169.29 -
System Red Green Blue C M Y K H S L
Decimal 167 81 102 0 0.51 0.39 0.35 345.35 0.35 0.49
Hex A7 51 66 0 33 27 23 159 23 31
Octal 247 121 146 0 63 47 43 531 43 61
Binary 10100111 1010001 1100110 0 110011 100111 100011 101011001 100011 110001

Color Harmonies of #A75166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75166

Black with #A75166

Text Example


Text Example

White with #A75166

Text Example


Text Example

HTML Codes & Css Web 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>