Html Css Color HEX #A5597E Strikemaster

📋 copy color: '#A5597E'

red 165 ◦ green 89 ◦ blue 126

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

Shades of Strikemaster #A5597E

Tints of Strikemaster #A5597E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.42%

 BLUE value IS 126 (49.61% from 255) = 33.16%

R = 43.42%
G = 23.42%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#A5597E (or 0xA5597E) is known color: Strikemaster. HEX triplet: A5, 59 and 7E. RGB value is (165,89,126). Sum of RGB (Red+Green+Blue) = 165+89+126=380 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.42% from 380); Green value is 89 (35.16% from 255 or 23.42% from 380); Blue value is 126 (49.61% from 255 or 33.16% from 380); Max value from RGB is 165 - color contains mainly: red. Hex color #A5597E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5597E is #5AA681. Grayscale: #737373. Windows color (decimal): -5940866 or 8280485. OLE color: 8280485.

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

Color convert

RGB 165 89 126 -
CMYK 0 0.46 0.24 0.35
HSL 330.79º 0.3% 0.5% -
HSV(B) 330.79º 0.46% 0.65% -
XYZ 22.86 16.65 21.75 -
YUV 115.94 133.68 162.99 -
System Red Green Blue C M Y K H S L
Decimal 165 89 126 0 0.46 0.24 0.35 330.79 0.3 0.5
Hex A5 59 7E 0 2E 18 23 14B 1E 32
Octal 245 131 176 0 56 30 43 513 36 62
Binary 10100101 1011001 1111110 0 101110 11000 100011 101001011 11110 110010

Color Harmonies of #A5597E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5597E

Black with #A5597E

Text Example


Text Example

White with #A5597E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5597E; }

 p { color: rgb(165,89,126); }

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

background-color css

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

 a { background-color: rgb(165,89,126); }

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

border-color css

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

 span { border-color: rgb(165,89,126); }

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