Html Css Color HEX #A15682 Strikemaster

📋 copy color: '#A15682'

red 161 ◦ green 86 ◦ blue 130

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

Shades of Strikemaster #A15682

Tints of Strikemaster #A15682

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.81%

 BLUE value IS 130 (51.17% from 255) = 34.48%

R = 42.71%
G = 22.81%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#A15682 (or 0xA15682) is known color: Strikemaster. HEX triplet: A1, 56 and 82. RGB value is (161,86,130). Sum of RGB (Red+Green+Blue) = 161+86+130=377 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.71% from 377); Green value is 86 (33.98% from 255 or 22.81% from 377); Blue value is 130 (51.17% from 255 or 34.48% from 377); Max value from RGB is 161 - color contains mainly: red. Hex color #A15682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15682 is #5EA97D. Grayscale: #717171. Windows color (decimal): -6203774 or 8541857. OLE color: 8541857.

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

Color convert

RGB 161 86 130 -
CMYK 0 0.47 0.19 0.37
HSL 324.8º 0.3% 0.48% -
HSV(B) 324.8º 0.47% 0.63% -
XYZ 22.06 15.84 23.01 -
YUV 113.44 137.35 161.92 -
System Red Green Blue C M Y K H S L
Decimal 161 86 130 0 0.47 0.19 0.37 324.8 0.3 0.48
Hex A1 56 82 0 2F 13 25 145 1E 30
Octal 241 126 202 0 57 23 45 505 36 60
Binary 10100001 1010110 10000010 0 101111 10011 100101 101000101 11110 110000

Color Harmonies of #A15682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15682

Black with #A15682

Text Example


Text Example

White with #A15682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15682; }

 p { color: rgb(161,86,130); }

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

background-color css

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

 a { background-color: rgb(161,86,130); }

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

border-color css

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

 span { border-color: rgb(161,86,130); }

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