Html Css Color HEX #A1558A Strikemaster

📋 copy color: '#A1558A'

red 161 ◦ green 85 ◦ blue 138

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

Shades of Strikemaster #A1558A

Tints of Strikemaster #A1558A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.14%

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

R = 41.93%
G = 22.14%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A1558A (or 0xA1558A) is known color: Strikemaster. HEX triplet: A1, 55 and 8A. RGB value is (161,85,138). Sum of RGB (Red+Green+Blue) = 161+85+138=384 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.93% from 384); Green value is 85 (33.59% from 255 or 22.14% from 384); Blue value is 138 (54.30% from 255 or 35.94% from 384); Max value from RGB is 161 - color contains mainly: red. Hex color #A1558A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1558A is #5EAA75. Grayscale: #717171. Windows color (decimal): -6204022 or 9065889. OLE color: 9065889.

HSL color Cylindrical-coordinate representation of color #A1558A: hue angle of 318.16º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A1558A is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 85 138 -
CMYK 0 0.47 0.14 0.37
HSL 318.16º 0.31% 0.48% -
HSV(B) 318.16º 0.47% 0.63% -
XYZ 22.53 15.91 25.93 -
YUV 113.77 141.68 161.69 -
System Red Green Blue C M Y K H S L
Decimal 161 85 138 0 0.47 0.14 0.37 318.16 0.31 0.48
Hex A1 55 8A 0 2F E 25 13E 1F 30
Octal 241 125 212 0 57 16 45 476 37 60
Binary 10100001 1010101 10001010 0 101111 1110 100101 100111110 11111 110000

Color Harmonies of #A1558A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1558A

Black with #A1558A

Text Example


Text Example

White with #A1558A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1558A; }

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

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

background-color css

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

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

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

border-color css

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

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

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