Html Css Color HEX #A15681 Strikemaster

📋 copy color: '#A15681'

red 161 ◦ green 86 ◦ blue 129

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

Shades of Strikemaster #A15681

Tints of Strikemaster #A15681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 34.31%

R = 42.82%
G = 22.87%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.20

 K value IS 0.37

RGB Variations

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

Color information

#A15681 (or 0xA15681) is known color: Strikemaster. HEX triplet: A1, 56 and 81. RGB value is (161,86,129). Sum of RGB (Red+Green+Blue) = 161+86+129=376 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.82% from 376); Green value is 86 (33.98% from 255 or 22.87% from 376); Blue value is 129 (50.78% from 255 or 34.31% from 376); Max value from RGB is 161 - color contains mainly: red. Hex color #A15681 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15681 is #5EA97E. Grayscale: #717171. Windows color (decimal): -6203775 or 8476321. OLE color: 8476321.

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

Color convert

RGB 161 86 129 -
CMYK 0 0.47 0.20 0.37
HSL 325.6º 0.3% 0.48% -
HSV(B) 325.6º 0.47% 0.63% -
XYZ 21.99 15.82 22.66 -
YUV 113.33 136.85 162 -
System Red Green Blue C M Y K H S L
Decimal 161 86 129 0 0.47 0.20 0.37 325.6 0.3 0.48
Hex A1 56 81 0 2F 14 25 146 1E 30
Octal 241 126 201 0 57 24 45 506 36 60
Binary 10100001 1010110 10000001 0 101111 10100 100101 101000110 11110 110000

Color Harmonies of #A15681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15681

Black with #A15681

Text Example


Text Example

White with #A15681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15681; }

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

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

background-color css

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

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

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

border-color css

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

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

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