Html Css Color HEX #A5577F Strikemaster

📋 copy color: '#A5577F'

red 165 ◦ green 87 ◦ blue 127

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

Shades of Strikemaster #A5577F

Tints of Strikemaster #A5577F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.96%

 BLUE value IS 127 (50% from 255) = 33.51%

R = 43.54%
G = 22.96%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A5577F (or 0xA5577F) is known color: Strikemaster. HEX triplet: A5, 57 and 7F. RGB value is (165,87,127). Sum of RGB (Red+Green+Blue) = 165+87+127=379 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.54% from 379); Green value is 87 (34.38% from 255 or 22.96% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 165 - color contains mainly: red. Hex color #A5577F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5577F is #5AA880. Grayscale: #727272. Windows color (decimal): -5941377 or 8345509. OLE color: 8345509.

HSL color Cylindrical-coordinate representation of color #A5577F: hue angle of 329.23º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A5577F is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 87 127 -
CMYK 0 0.47 0.23 0.35
HSL 329.23º 0.31% 0.49% -
HSV(B) 329.23º 0.47% 0.65% -
XYZ 22.76 16.35 22.03 -
YUV 114.88 134.84 163.75 -
System Red Green Blue C M Y K H S L
Decimal 165 87 127 0 0.47 0.23 0.35 329.23 0.31 0.49
Hex A5 57 7F 0 2F 17 23 149 1F 31
Octal 245 127 177 0 57 27 43 511 37 61
Binary 10100101 1010111 1111111 0 101111 10111 100011 101001001 11111 110001

Color Harmonies of #A5577F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5577F

Black with #A5577F

Text Example


Text Example

White with #A5577F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5577F; }

 p { color: rgb(165,87,127); }

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

background-color css

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

 a { background-color: rgb(165,87,127); }

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

border-color css

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

 span { border-color: rgb(165,87,127); }

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