Html Css Color HEX #A1628E Strikemaster

📋 copy color: '#A1628E'

red 161 ◦ green 98 ◦ blue 142

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

Shades of Strikemaster #A1628E

Tints of Strikemaster #A1628E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.41%

R = 40.15%
G = 24.44%
B = 35.41%

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

#A1628E (or 0xA1628E) is known color: Strikemaster. HEX triplet: A1, 62 and 8E. RGB value is (161,98,142). Sum of RGB (Red+Green+Blue) = 161+98+142=401 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.15% from 401); Green value is 98 (38.67% from 255 or 24.44% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 161 - color contains mainly: red. Hex color #A1628E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1628E is #5E9D71. Grayscale: #797979. Windows color (decimal): -6200690 or 9331361. OLE color: 9331361.

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

Color convert

RGB 161 98 142 -
CMYK 0 0.39 0.12 0.37
HSL 318.1º 0.25% 0.51% -
HSV(B) 318.1º 0.39% 0.63% -
XYZ 23.95 18.27 27.85 -
YUV 121.85 139.37 155.92 -
System Red Green Blue C M Y K H S L
Decimal 161 98 142 0 0.39 0.12 0.37 318.1 0.25 0.51
Hex A1 62 8E 0 27 C 25 13E 19 33
Octal 241 142 216 0 47 14 45 476 31 63
Binary 10100001 1100010 10001110 0 100111 1100 100101 100111110 11001 110011

Color Harmonies of #A1628E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1628E

Black with #A1628E

Text Example


Text Example

White with #A1628E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1628E; }

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

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

background-color css

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

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

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

border-color css

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

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

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