Html Css Color HEX #A5617D Strikemaster

📋 copy color: '#A5617D'

red 165 ◦ green 97 ◦ blue 125

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

Shades of Strikemaster #A5617D

Tints of Strikemaster #A5617D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.06%

 BLUE value IS 125 (49.22% from 255) = 32.3%

R = 42.64%
G = 25.06%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#A5617D (or 0xA5617D) is known color: Strikemaster. HEX triplet: A5, 61 and 7D. RGB value is (165,97,125). Sum of RGB (Red+Green+Blue) = 165+97+125=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 97 (38.28% from 255 or 25.06% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 165 - color contains mainly: red. Hex color #A5617D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5617D is #5A9E82. Grayscale: #787878. Windows color (decimal): -5938819 or 8216997. OLE color: 8216997.

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

Color convert

RGB 165 97 125 -
CMYK 0 0.41 0.24 0.35
HSL 335.29º 0.27% 0.51% -
HSV(B) 335.29º 0.41% 0.65% -
XYZ 23.49 18.03 21.64 -
YUV 120.52 130.53 159.72 -
System Red Green Blue C M Y K H S L
Decimal 165 97 125 0 0.41 0.24 0.35 335.29 0.27 0.51
Hex A5 61 7D 0 29 18 23 14F 1B 33
Octal 245 141 175 0 51 30 43 517 33 63
Binary 10100101 1100001 1111101 0 101001 11000 100011 101001111 11011 110011

Color Harmonies of #A5617D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5617D

Black with #A5617D

Text Example


Text Example

White with #A5617D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5617D; }

 p { color: rgb(165,97,125); }

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

background-color css

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

 a { background-color: rgb(165,97,125); }

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

border-color css

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

 span { border-color: rgb(165,97,125); }

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