Html Css Color HEX #A15285 Strikemaster

📋 copy color: '#A15285'

red 161 ◦ green 82 ◦ blue 133

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

Shades of Strikemaster #A15285

Tints of Strikemaster #A15285

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.81%

 BLUE value IS 133 (52.34% from 255) = 35.37%

R = 42.82%
G = 21.81%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#A15285 (or 0xA15285) is known color: Strikemaster. HEX triplet: A1, 52 and 85. RGB value is (161,82,133). Sum of RGB (Red+Green+Blue) = 161+82+133=376 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.82% from 376); Green value is 82 (32.42% from 255 or 21.81% from 376); Blue value is 133 (52.34% from 255 or 35.37% from 376); Max value from RGB is 161 - color contains mainly: red. Hex color #A15285 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15285 is #5EAD7A. Grayscale: #6F6F6F. Windows color (decimal): -6204795 or 8737441. OLE color: 8737441.

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

Color convert

RGB 161 82 133 -
CMYK 0 0.49 0.17 0.37
HSL 321.27º 0.33% 0.48% -
HSV(B) 321.27º 0.49% 0.63% -
XYZ 21.95 15.31 23.99 -
YUV 111.44 140.17 163.35 -
System Red Green Blue C M Y K H S L
Decimal 161 82 133 0 0.49 0.17 0.37 321.27 0.33 0.48
Hex A1 52 85 0 31 11 25 141 21 30
Octal 241 122 205 0 61 21 45 501 41 60
Binary 10100001 1010010 10000101 0 110001 10001 100101 101000001 100001 110000

Color Harmonies of #A15285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15285

Black with #A15285

Text Example


Text Example

White with #A15285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15285; }

 p { color: rgb(161,82,133); }

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

background-color css

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

 a { background-color: rgb(161,82,133); }

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

border-color css

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

 span { border-color: rgb(161,82,133); }

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