Html Css Color HEX #A15A8C Strikemaster

📋 copy color: '#A15A8C'

red 161 ◦ green 90 ◦ blue 140

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

Shades of Strikemaster #A15A8C

Tints of Strikemaster #A15A8C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.02%

 BLUE value IS 140 (55.08% from 255) = 35.81%

R = 41.18%
G = 23.02%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.13

 K value IS 0.37

RGB Variations

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

Color information

#A15A8C (or 0xA15A8C) is known color: Strikemaster. HEX triplet: A1, 5A and 8C. RGB value is (161,90,140). Sum of RGB (Red+Green+Blue) = 161+90+140=391 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.18% from 391); Green value is 90 (35.55% from 255 or 23.02% from 391); Blue value is 140 (55.08% from 255 or 35.81% from 391); Max value from RGB is 161 - color contains mainly: red. Hex color #A15A8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15A8C is #5EA573. Grayscale: #747474. Windows color (decimal): -6202740 or 9198241. OLE color: 9198241.

HSL color Cylindrical-coordinate representation of color #A15A8C: hue angle of 317.75º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A15A8C is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 90 140 -
CMYK 0 0.44 0.13 0.37
HSL 317.75º 0.28% 0.49% -
HSV(B) 317.75º 0.44% 0.63% -
XYZ 23.09 16.78 26.83 -
YUV 116.93 141.02 159.43 -
System Red Green Blue C M Y K H S L
Decimal 161 90 140 0 0.44 0.13 0.37 317.75 0.28 0.49
Hex A1 5A 8C 0 2C D 25 13E 1C 31
Octal 241 132 214 0 54 15 45 476 34 61
Binary 10100001 1011010 10001100 0 101100 1101 100101 100111110 11100 110001

Color Harmonies of #A15A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15A8C

Black with #A15A8C

Text Example


Text Example

White with #A15A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15A8C; }

 p { color: rgb(161,90,140); }

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

background-color css

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

 a { background-color: rgb(161,90,140); }

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

border-color css

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

 span { border-color: rgb(161,90,140); }

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