Html Css Color HEX #A1638D Strikemaster

📋 copy color: '#A1638D'

red 161 ◦ green 99 ◦ blue 141

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

Shades of Strikemaster #A1638D

Tints of Strikemaster #A1638D

RGB

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

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

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

R = 40.15%
G = 24.69%
B = 35.16%

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

#A1638D (or 0xA1638D) is known color: Strikemaster. HEX triplet: A1, 63 and 8D. RGB value is (161,99,141). Sum of RGB (Red+Green+Blue) = 161+99+141=401 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.15% from 401); Green value is 99 (39.06% from 255 or 24.69% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 161 - color contains mainly: red. Hex color #A1638D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1638D is #5E9C72. Grayscale: #7A7A7A. Windows color (decimal): -6200435 or 9266081. OLE color: 9266081.

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

Color convert

RGB 161 99 141 -
CMYK 0 0.39 0.12 0.37
HSL 319.35º 0.25% 0.51% -
HSV(B) 319.35º 0.39% 0.63% -
XYZ 23.97 18.42 27.49 -
YUV 122.33 138.54 155.58 -
System Red Green Blue C M Y K H S L
Decimal 161 99 141 0 0.39 0.12 0.37 319.35 0.25 0.51
Hex A1 63 8D 0 27 C 25 13F 19 33
Octal 241 143 215 0 47 14 45 477 31 63
Binary 10100001 1100011 10001101 0 100111 1100 100101 100111111 11001 110011

Color Harmonies of #A1638D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1638D

Black with #A1638D

Text Example


Text Example

White with #A1638D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1638D; }

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

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

background-color css

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

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

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

border-color css

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

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

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