Html Css Color HEX #A15A8B Strikemaster

📋 copy color: '#A15A8B'

red 161 ◦ green 90 ◦ blue 139

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

Shades of Strikemaster #A15A8B

Tints of Strikemaster #A15A8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.64%

R = 41.28%
G = 23.08%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A15A8B (or 0xA15A8B) is known color: Strikemaster. HEX triplet: A1, 5A and 8B. RGB value is (161,90,139). Sum of RGB (Red+Green+Blue) = 161+90+139=390 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.28% from 390); Green value is 90 (35.55% from 255 or 23.08% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 161 - color contains mainly: red. Hex color #A15A8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15A8B is #5EA574. Grayscale: #747474. Windows color (decimal): -6202741 or 9132705. OLE color: 9132705.

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

Color convert

RGB 161 90 139 -
CMYK 0 0.44 0.14 0.37
HSL 318.59º 0.28% 0.49% -
HSV(B) 318.59º 0.44% 0.63% -
XYZ 23.01 16.75 26.45 -
YUV 116.82 140.52 159.52 -
System Red Green Blue C M Y K H S L
Decimal 161 90 139 0 0.44 0.14 0.37 318.59 0.28 0.49
Hex A1 5A 8B 0 2C E 25 13F 1C 31
Octal 241 132 213 0 54 16 45 477 34 61
Binary 10100001 1011010 10001011 0 101100 1110 100101 100111111 11100 110001

Color Harmonies of #A15A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15A8B

Black with #A15A8B

Text Example


Text Example

White with #A15A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15A8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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