Html Css Color HEX #A3617F Strikemaster

📋 copy color: '#A3617F'

red 163 ◦ green 97 ◦ blue 127

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

Shades of Strikemaster #A3617F

Tints of Strikemaster #A3617F

RGB

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

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

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

R = 42.12%
G = 25.06%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A3617F (or 0xA3617F) is known color: Strikemaster. HEX triplet: A3, 61 and 7F. RGB value is (163,97,127). Sum of RGB (Red+Green+Blue) = 163+97+127=387 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.12% from 387); Green value is 97 (38.28% from 255 or 25.06% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 163 - color contains mainly: red. Hex color #A3617F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3617F is #5C9E80. Grayscale: #787878. Windows color (decimal): -6069889 or 8348067. OLE color: 8348067.

HSL color Cylindrical-coordinate representation of color #A3617F: hue angle of 332.73º 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 #A3617F is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 97 127 -
CMYK 0 0.40 0.22 0.36
HSL 332.73º 0.26% 0.51% -
HSV(B) 332.73º 0.4% 0.64% -
XYZ 23.21 17.87 22.3 -
YUV 120.15 131.87 158.56 -
System Red Green Blue C M Y K H S L
Decimal 163 97 127 0 0.40 0.22 0.36 332.73 0.26 0.51
Hex A3 61 7F 0 28 16 24 14D 1A 33
Octal 243 141 177 0 50 26 44 515 32 63
Binary 10100011 1100001 1111111 0 101000 10110 100100 101001101 11010 110011

Color Harmonies of #A3617F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3617F

Black with #A3617F

Text Example


Text Example

White with #A3617F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3617F; }

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

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

background-color css

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

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

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

border-color css

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

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

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