Html Css Color HEX #A4617D Strikemaster

📋 copy color: '#A4617D'

red 164 ◦ green 97 ◦ blue 125

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

Shades of Strikemaster #A4617D

Tints of Strikemaster #A4617D

RGB

 RED value IS 164 (64.45% from 255) = 42.49%

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

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

R = 42.49%
G = 25.13%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#A4617D (or 0xA4617D) is known color: Strikemaster. HEX triplet: A4, 61 and 7D. RGB value is (164,97,125). Sum of RGB (Red+Green+Blue) = 164+97+125=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 97 (38.28% from 255 or 25.13% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 164 - color contains mainly: red. Hex color #A4617D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4617D is #5B9E82. Grayscale: #787878. Windows color (decimal): -6004355 or 8216996. OLE color: 8216996.

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

Color convert

RGB 164 97 125 -
CMYK 0 0.41 0.24 0.36
HSL 334.93º 0.27% 0.51% -
HSV(B) 334.93º 0.41% 0.64% -
XYZ 23.29 17.92 21.63 -
YUV 120.23 130.7 159.22 -
System Red Green Blue C M Y K H S L
Decimal 164 97 125 0 0.41 0.24 0.36 334.93 0.27 0.51
Hex A4 61 7D 0 29 18 24 14F 1B 33
Octal 244 141 175 0 51 30 44 517 33 63
Binary 10100100 1100001 1111101 0 101001 11000 100100 101001111 11011 110011

Color Harmonies of #A4617D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4617D

Black with #A4617D

Text Example


Text Example

White with #A4617D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4617D; }

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

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

background-color css

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

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

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

border-color css

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

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

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