Html Css Color HEX #A2647E Strikemaster

📋 copy color: '#A2647E'

red 162 ◦ green 100 ◦ blue 126

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

Shades of Strikemaster #A2647E

Tints of Strikemaster #A2647E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.77%

 BLUE value IS 126 (49.61% from 255) = 32.47%

R = 41.75%
G = 25.77%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A2647E (or 0xA2647E) is known color: Strikemaster. HEX triplet: A2, 64 and 7E. RGB value is (162,100,126). Sum of RGB (Red+Green+Blue) = 162+100+126=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 100 (39.45% from 255 or 25.77% from 388); Blue value is 126 (49.61% from 255 or 32.47% from 388); Max value from RGB is 162 - color contains mainly: red. Hex color #A2647E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2647E is #5D9B81. Grayscale: #797979. Windows color (decimal): -6134658 or 8283298. OLE color: 8283298.

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

Color convert

RGB 162 100 126 -
CMYK 0 0.38 0.22 0.36
HSL 334.84º 0.25% 0.51% -
HSV(B) 334.84º 0.38% 0.64% -
XYZ 23.22 18.3 22.05 -
YUV 121.5 130.54 156.89 -
System Red Green Blue C M Y K H S L
Decimal 162 100 126 0 0.38 0.22 0.36 334.84 0.25 0.51
Hex A2 64 7E 0 26 16 24 14F 19 33
Octal 242 144 176 0 46 26 44 517 31 63
Binary 10100010 1100100 1111110 0 100110 10110 100100 101001111 11001 110011

Color Harmonies of #A2647E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2647E

Black with #A2647E

Text Example


Text Example

White with #A2647E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2647E; }

 p { color: rgb(162,100,126); }

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

background-color css

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

 a { background-color: rgb(162,100,126); }

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

border-color css

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

 span { border-color: rgb(162,100,126); }

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