Html Css Color HEX #A15A8A Strikemaster

📋 copy color: '#A15A8A'

red 161 ◦ green 90 ◦ blue 138

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

Shades of Strikemaster #A15A8A

Tints of Strikemaster #A15A8A

RGB

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

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

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

R = 41.39%
G = 23.14%
B = 35.48%

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

#A15A8A (or 0xA15A8A) is known color: Strikemaster. HEX triplet: A1, 5A and 8A. RGB value is (161,90,138). Sum of RGB (Red+Green+Blue) = 161+90+138=389 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.39% from 389); Green value is 90 (35.55% from 255 or 23.14% from 389); Blue value is 138 (54.30% from 255 or 35.48% from 389); Max value from RGB is 161 - color contains mainly: red. Hex color #A15A8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15A8A is #5EA575. Grayscale: #747474. Windows color (decimal): -6202742 or 9067169. OLE color: 9067169.

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

Color convert

RGB 161 90 138 -
CMYK 0 0.44 0.14 0.37
HSL 319.44º 0.28% 0.49% -
HSV(B) 319.44º 0.44% 0.63% -
XYZ 22.94 16.72 26.06 -
YUV 116.7 140.02 159.6 -
System Red Green Blue C M Y K H S L
Decimal 161 90 138 0 0.44 0.14 0.37 319.44 0.28 0.49
Hex A1 5A 8A 0 2C E 25 13F 1C 31
Octal 241 132 212 0 54 16 45 477 34 61
Binary 10100001 1011010 10001010 0 101100 1110 100101 100111111 11100 110001

Color Harmonies of #A15A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15A8A

Black with #A15A8A

Text Example


Text Example

White with #A15A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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