Html Css Color HEX #A1638E Strikemaster

📋 copy color: '#A1638E'

red 161 ◦ green 99 ◦ blue 142

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

Shades of Strikemaster #A1638E

Tints of Strikemaster #A1638E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.63%

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

R = 40.05%
G = 24.63%
B = 35.32%

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

#A1638E (or 0xA1638E) is known color: Strikemaster. HEX triplet: A1, 63 and 8E. RGB value is (161,99,142). Sum of RGB (Red+Green+Blue) = 161+99+142=402 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.05% from 402); Green value is 99 (39.06% from 255 or 24.63% from 402); Blue value is 142 (55.86% from 255 or 35.32% from 402); Max value from RGB is 161 - color contains mainly: red. Hex color #A1638E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1638E is #5E9C71. Grayscale: #7A7A7A. Windows color (decimal): -6200434 or 9331617. OLE color: 9331617.

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

Color convert

RGB 161 99 142 -
CMYK 0 0.39 0.12 0.37
HSL 318.39º 0.25% 0.51% -
HSV(B) 318.39º 0.39% 0.63% -
XYZ 24.04 18.45 27.89 -
YUV 122.44 139.04 155.5 -
System Red Green Blue C M Y K H S L
Decimal 161 99 142 0 0.39 0.12 0.37 318.39 0.25 0.51
Hex A1 63 8E 0 27 C 25 13E 19 33
Octal 241 143 216 0 47 14 45 476 31 63
Binary 10100001 1100011 10001110 0 100111 1100 100101 100111110 11001 110011

Color Harmonies of #A1638E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1638E

Black with #A1638E

Text Example


Text Example

White with #A1638E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1638E; }

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

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

background-color css

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

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

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

border-color css

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

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

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