Html Css Color HEX #A1628A Strikemaster

📋 copy color: '#A1628A'

red 161 ◦ green 98 ◦ blue 138

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

Shades of Strikemaster #A1628A

Tints of Strikemaster #A1628A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.76%

R = 40.55%
G = 24.69%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A1628A (or 0xA1628A) is known color: Strikemaster. HEX triplet: A1, 62 and 8A. RGB value is (161,98,138). Sum of RGB (Red+Green+Blue) = 161+98+138=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 98 (38.67% from 255 or 24.69% from 397); Blue value is 138 (54.30% from 255 or 34.76% from 397); Max value from RGB is 161 - color contains mainly: red. Hex color #A1628A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1628A is #5E9D75. Grayscale: #797979. Windows color (decimal): -6200694 or 9069217. OLE color: 9069217.

HSL color Cylindrical-coordinate representation of color #A1628A: hue angle of 321.9º 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 #A1628A is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 98 138 -
CMYK 0 0.39 0.14 0.37
HSL 321.9º 0.25% 0.51% -
HSV(B) 321.9º 0.39% 0.63% -
XYZ 23.65 18.15 26.3 -
YUV 121.4 137.37 156.25 -
System Red Green Blue C M Y K H S L
Decimal 161 98 138 0 0.39 0.14 0.37 321.9 0.25 0.51
Hex A1 62 8A 0 27 E 25 142 19 33
Octal 241 142 212 0 47 16 45 502 31 63
Binary 10100001 1100010 10001010 0 100111 1110 100101 101000010 11001 110011

Color Harmonies of #A1628A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1628A

Black with #A1628A

Text Example


Text Example

White with #A1628A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1628A; }

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

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

background-color css

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

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

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

border-color css

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

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

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