Html Css Color HEX #A5475C Hippie Pink

📋 copy color: '#A5475C'

red 165 ◦ green 71 ◦ blue 92

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

Shades of Hippie Pink #A5475C

Tints of Hippie Pink #A5475C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.05%

R = 50.3%
G = 21.65%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A5475C (or 0xA5475C) is known color: Hippie Pink. HEX triplet: A5, 47 and 5C. RGB value is (165,71,92). Sum of RGB (Red+Green+Blue) = 165+71+92=328 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.30% from 328); Green value is 71 (28.12% from 255 or 21.65% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 165 - color contains mainly: red. Hex color #A5475C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5475C is #5AB8A3. Grayscale: #656565. Windows color (decimal): -5945508 or 6047653. OLE color: 6047653.

HSL color Cylindrical-coordinate representation of color #A5475C: hue angle of 346.6º 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 #A5475C is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 71 92 -
CMYK 0 0.57 0.44 0.35
HSL 346.6º 0.4% 0.46% -
HSV(B) 346.6º 0.57% 0.65% -
XYZ 19.7 13.28 11.65 -
YUV 101.5 122.64 173.29 -
System Red Green Blue C M Y K H S L
Decimal 165 71 92 0 0.57 0.44 0.35 346.6 0.4 0.46
Hex A5 47 5C 0 39 2C 23 15B 28 2E
Octal 245 107 134 0 71 54 43 533 50 56
Binary 10100101 1000111 1011100 0 111001 101100 100011 101011011 101000 101110

Color Harmonies of #A5475C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5475C

Black with #A5475C

Text Example


Text Example

White with #A5475C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5475C; }

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

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

background-color css

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

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

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

border-color css

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

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

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