Html Css Color HEX #A3617D Strikemaster

📋 copy color: '#A3617D'

red 163 ◦ green 97 ◦ blue 125

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

Shades of Strikemaster #A3617D

Tints of Strikemaster #A3617D

RGB

 RED value IS 163 (64.06% from 255) = 42.34%

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

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

R = 42.34%
G = 25.19%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A3617D (or 0xA3617D) is known color: Strikemaster. HEX triplet: A3, 61 and 7D. RGB value is (163,97,125). Sum of RGB (Red+Green+Blue) = 163+97+125=385 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.34% from 385); Green value is 97 (38.28% from 255 or 25.19% from 385); Blue value is 125 (49.22% from 255 or 32.47% from 385); Max value from RGB is 163 - color contains mainly: red. Hex color #A3617D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3617D is #5C9E82. Grayscale: #777777. Windows color (decimal): -6069891 or 8216995. OLE color: 8216995.

HSL color Cylindrical-coordinate representation of color #A3617D: hue angle of 334.55º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A3617D is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 97 125 -
CMYK 0 0.40 0.23 0.36
HSL 334.55º 0.26% 0.51% -
HSV(B) 334.55º 0.4% 0.64% -
XYZ 23.08 17.82 21.62 -
YUV 119.93 130.87 158.72 -
System Red Green Blue C M Y K H S L
Decimal 163 97 125 0 0.40 0.23 0.36 334.55 0.26 0.51
Hex A3 61 7D 0 28 17 24 14F 1A 33
Octal 243 141 175 0 50 27 44 517 32 63
Binary 10100011 1100001 1111101 0 101000 10111 100100 101001111 11010 110011

Color Harmonies of #A3617D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3617D

Black with #A3617D

Text Example


Text Example

White with #A3617D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3617D; }

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

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

background-color css

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

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

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

border-color css

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

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

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