Html Css Color HEX #A2627F Strikemaster

📋 copy color: '#A2627F'

red 162 ◦ green 98 ◦ blue 127

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

Shades of Strikemaster #A2627F

Tints of Strikemaster #A2627F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.32%

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

R = 41.86%
G = 25.32%
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

#A2627F (or 0xA2627F) is known color: Strikemaster. HEX triplet: A2, 62 and 7F. RGB value is (162,98,127). Sum of RGB (Red+Green+Blue) = 162+98+127=387 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.86% from 387); Green value is 98 (38.67% from 255 or 25.32% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 162 - color contains mainly: red. Hex color #A2627F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2627F is #5D9D80. Grayscale: #787878. Windows color (decimal): -6135169 or 8348322. OLE color: 8348322.

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

Color convert

RGB 162 98 127 -
CMYK 0 0.40 0.22 0.36
HSL 332.81º 0.26% 0.51% -
HSV(B) 332.81º 0.4% 0.64% -
XYZ 23.1 17.95 22.33 -
YUV 120.44 131.7 157.64 -
System Red Green Blue C M Y K H S L
Decimal 162 98 127 0 0.40 0.22 0.36 332.81 0.26 0.51
Hex A2 62 7F 0 28 16 24 14D 1A 33
Octal 242 142 177 0 50 26 44 515 32 63
Binary 10100010 1100010 1111111 0 101000 10110 100100 101001101 11010 110011

Color Harmonies of #A2627F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2627F

Black with #A2627F

Text Example


Text Example

White with #A2627F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2627F; }

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

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

background-color css

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

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

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

border-color css

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

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

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