Html Css Color HEX #A2617D Strikemaster

📋 copy color: '#A2617D'

red 162 ◦ green 97 ◦ blue 125

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

Shades of Strikemaster #A2617D

Tints of Strikemaster #A2617D

RGB

 RED value IS 162 (63.67% from 255) = 42.19%

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

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

R = 42.19%
G = 25.26%
B = 32.55%

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

#A2617D (or 0xA2617D) is known color: Strikemaster. HEX triplet: A2, 61 and 7D. RGB value is (162,97,125). Sum of RGB (Red+Green+Blue) = 162+97+125=384 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.19% from 384); Green value is 97 (38.28% from 255 or 25.26% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 162 - color contains mainly: red. Hex color #A2617D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2617D is #5D9E82. Grayscale: #777777. Windows color (decimal): -6135427 or 8216994. OLE color: 8216994.

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

Color convert

RGB 162 97 125 -
CMYK 0 0.40 0.23 0.36
HSL 334.15º 0.26% 0.51% -
HSV(B) 334.15º 0.4% 0.64% -
XYZ 22.88 17.71 21.61 -
YUV 119.63 131.03 158.22 -
System Red Green Blue C M Y K H S L
Decimal 162 97 125 0 0.40 0.23 0.36 334.15 0.26 0.51
Hex A2 61 7D 0 28 17 24 14E 1A 33
Octal 242 141 175 0 50 27 44 516 32 63
Binary 10100010 1100001 1111101 0 101000 10111 100100 101001110 11010 110011

Color Harmonies of #A2617D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2617D

Black with #A2617D

Text Example


Text Example

White with #A2617D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2617D; }

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

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

background-color css

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

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

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

border-color css

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

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

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