Html Css Color HEX #A34859 Hippie Pink

📋 copy color: '#A34859'

red 163 ◦ green 72 ◦ blue 89

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

Shades of Hippie Pink #A34859

Tints of Hippie Pink #A34859

RGB

 RED value IS 163 (64.06% from 255) = 50.31%

 GREEN value IS 72 (28.52% from 255) = 22.22%

 BLUE value IS 89 (35.16% from 255) = 27.47%

R = 50.31%
G = 22.22%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.45

 K value IS 0.36

RGB Variations

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

Color information

#A34859 (or 0xA34859) is known color: Hippie Pink. HEX triplet: A3, 48 and 59. RGB value is (163,72,89). Sum of RGB (Red+Green+Blue) = 163+72+89=324 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.31% from 324); Green value is 72 (28.52% from 255 or 22.22% from 324); Blue value is 89 (35.16% from 255 or 27.47% from 324); Max value from RGB is 163 - color contains mainly: red. Hex color #A34859 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34859 is #5CB7A6. Grayscale: #656565. Windows color (decimal): -6076327 or 5851299. OLE color: 5851299.

HSL color Cylindrical-coordinate representation of color #A34859: hue angle of 348.79º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A34859 is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 72 89 -
CMYK 0 0.56 0.45 0.36
HSL 348.79º 0.39% 0.46% -
HSV(B) 348.79º 0.56% 0.64% -
XYZ 19.22 13.14 10.97 -
YUV 101.15 121.15 172.12 -
System Red Green Blue C M Y K H S L
Decimal 163 72 89 0 0.56 0.45 0.36 348.79 0.39 0.46
Hex A3 48 59 0 38 2D 24 15D 27 2E
Octal 243 110 131 0 70 55 44 535 47 56
Binary 10100011 1001000 1011001 0 111000 101101 100100 101011101 100111 101110

Color Harmonies of #A34859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34859

Black with #A34859

Text Example


Text Example

White with #A34859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34859; }

 p { color: rgb(163,72,89); }

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

background-color css

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

 a { background-color: rgb(163,72,89); }

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

border-color css

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

 span { border-color: rgb(163,72,89); }

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