Html Css Color HEX #A1628D Strikemaster

📋 copy color: '#A1628D'

red 161 ◦ green 98 ◦ blue 141

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

Shades of Strikemaster #A1628D

Tints of Strikemaster #A1628D

RGB

 RED value IS 161 (63.28% from 255) = 40.25%

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

 BLUE value IS 141 (55.47% from 255) = 35.25%

R = 40.25%
G = 24.5%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A1628D (or 0xA1628D) is known color: Strikemaster. HEX triplet: A1, 62 and 8D. RGB value is (161,98,141). Sum of RGB (Red+Green+Blue) = 161+98+141=400 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.25% from 400); Green value is 98 (38.67% from 255 or 24.5% from 400); Blue value is 141 (55.47% from 255 or 35.25% from 400); Max value from RGB is 161 - color contains mainly: red. Hex color #A1628D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1628D is #5E9D72. Grayscale: #797979. Windows color (decimal): -6200691 or 9265825. OLE color: 9265825.

HSL color Cylindrical-coordinate representation of color #A1628D: hue angle of 319.05º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A1628D is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 98 141 -
CMYK 0 0.39 0.12 0.37
HSL 319.05º 0.25% 0.51% -
HSV(B) 319.05º 0.39% 0.63% -
XYZ 23.87 18.24 27.46 -
YUV 121.74 138.87 156 -
System Red Green Blue C M Y K H S L
Decimal 161 98 141 0 0.39 0.12 0.37 319.05 0.25 0.51
Hex A1 62 8D 0 27 C 25 13F 19 33
Octal 241 142 215 0 47 14 45 477 31 63
Binary 10100001 1100010 10001101 0 100111 1100 100101 100111111 11001 110011

Color Harmonies of #A1628D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1628D

Black with #A1628D

Text Example


Text Example

White with #A1628D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1628D; }

 p { color: rgb(161,98,141); }

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

background-color css

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

 a { background-color: rgb(161,98,141); }

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

border-color css

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

 span { border-color: rgb(161,98,141); }

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