Html Css Color HEX #A15E8B Strikemaster

📋 copy color: '#A15E8B'

red 161 ◦ green 94 ◦ blue 139

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

Shades of Strikemaster #A15E8B

Tints of Strikemaster #A15E8B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.86%

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

R = 40.86%
G = 23.86%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A15E8B (or 0xA15E8B) is known color: Strikemaster. HEX triplet: A1, 5E and 8B. RGB value is (161,94,139). Sum of RGB (Red+Green+Blue) = 161+94+139=394 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.86% from 394); Green value is 94 (37.11% from 255 or 23.86% from 394); Blue value is 139 (54.69% from 255 or 35.28% from 394); Max value from RGB is 161 - color contains mainly: red. Hex color #A15E8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15E8B is #5EA174. Grayscale: #777777. Windows color (decimal): -6201717 or 9133729. OLE color: 9133729.

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

Color convert

RGB 161 94 139 -
CMYK 0 0.42 0.14 0.37
HSL 319.7º 0.26% 0.5% -
HSV(B) 319.7º 0.42% 0.63% -
XYZ 23.36 17.45 26.56 -
YUV 119.16 139.2 157.84 -
System Red Green Blue C M Y K H S L
Decimal 161 94 139 0 0.42 0.14 0.37 319.7 0.26 0.5
Hex A1 5E 8B 0 2A E 25 140 1A 32
Octal 241 136 213 0 52 16 45 500 32 62
Binary 10100001 1011110 10001011 0 101010 1110 100101 101000000 11010 110010

Color Harmonies of #A15E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15E8B

Black with #A15E8B

Text Example


Text Example

White with #A15E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15E8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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