Html Css Color HEX #A2617F Strikemaster

📋 copy color: '#A2617F'

red 162 ◦ green 97 ◦ blue 127

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

Shades of Strikemaster #A2617F

Tints of Strikemaster #A2617F

RGB

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

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

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

R = 41.97%
G = 25.13%
B = 32.9%

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

#A2617F (or 0xA2617F) is known color: Strikemaster. HEX triplet: A2, 61 and 7F. RGB value is (162,97,127). Sum of RGB (Red+Green+Blue) = 162+97+127=386 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.97% from 386); Green value is 97 (38.28% from 255 or 25.13% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 162 - color contains mainly: red. Hex color #A2617F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2617F is #5D9E80. Grayscale: #777777. Windows color (decimal): -6135425 or 8348066. OLE color: 8348066.

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

Color convert

RGB 162 97 127 -
CMYK 0 0.40 0.22 0.36
HSL 332.31º 0.26% 0.51% -
HSV(B) 332.31º 0.4% 0.64% -
XYZ 23.01 17.76 22.29 -
YUV 119.86 132.03 158.06 -
System Red Green Blue C M Y K H S L
Decimal 162 97 127 0 0.40 0.22 0.36 332.31 0.26 0.51
Hex A2 61 7F 0 28 16 24 14C 1A 33
Octal 242 141 177 0 50 26 44 514 32 63
Binary 10100010 1100001 1111111 0 101000 10110 100100 101001100 11010 110011

Color Harmonies of #A2617F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2617F

Black with #A2617F

Text Example


Text Example

White with #A2617F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2617F; }

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

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

background-color css

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

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

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

border-color css

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

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

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