Html Css Color HEX #A5475B Hippie Pink

📋 copy color: '#A5475B'

red 165 ◦ green 71 ◦ blue 91

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

Shades of Hippie Pink #A5475B

Tints of Hippie Pink #A5475B

RGB

 RED value IS 165 (64.84% from 255) = 50.46%

 GREEN value IS 71 (28.13% from 255) = 21.71%

 BLUE value IS 91 (35.94% from 255) = 27.83%

R = 50.46%
G = 21.71%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A5475B (or 0xA5475B) is known color: Hippie Pink. HEX triplet: A5, 47 and 5B. RGB value is (165,71,91). Sum of RGB (Red+Green+Blue) = 165+71+91=327 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.46% from 327); Green value is 71 (28.12% from 255 or 21.71% from 327); Blue value is 91 (35.94% from 255 or 27.83% from 327); Max value from RGB is 165 - color contains mainly: red. Hex color #A5475B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5475B is #5AB8A4. Grayscale: #656565. Windows color (decimal): -5945509 or 5982117. OLE color: 5982117.

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

Color convert

RGB 165 71 91 -
CMYK 0 0.57 0.45 0.35
HSL 347.23º 0.4% 0.46% -
HSV(B) 347.23º 0.57% 0.65% -
XYZ 19.66 13.26 11.42 -
YUV 101.39 122.14 173.37 -
System Red Green Blue C M Y K H S L
Decimal 165 71 91 0 0.57 0.45 0.35 347.23 0.4 0.46
Hex A5 47 5B 0 39 2D 23 15B 28 2E
Octal 245 107 133 0 71 55 43 533 50 56
Binary 10100101 1000111 1011011 0 111001 101101 100011 101011011 101000 101110

Color Harmonies of #A5475B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5475B

Black with #A5475B

Text Example


Text Example

White with #A5475B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5475B; }

 p { color: rgb(165,71,91); }

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

background-color css

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

 a { background-color: rgb(165,71,91); }

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

border-color css

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

 span { border-color: rgb(165,71,91); }

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