Html Css Color HEX #A15082 Strikemaster

📋 copy color: '#A15082'

red 161 ◦ green 80 ◦ blue 130

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

Shades of Strikemaster #A15082

Tints of Strikemaster #A15082

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.56%

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

R = 43.4%
G = 21.56%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#A15082 (or 0xA15082) is known color: Strikemaster. HEX triplet: A1, 50 and 82. RGB value is (161,80,130). Sum of RGB (Red+Green+Blue) = 161+80+130=371 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.40% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 130 (51.17% from 255 or 35.04% from 371); Max value from RGB is 161 - color contains mainly: red. Hex color #A15082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15082 is #5EAF7D. Grayscale: #6D6D6D. Windows color (decimal): -6205310 or 8540321. OLE color: 8540321.

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

Color convert

RGB 161 80 130 -
CMYK 0 0.50 0.19 0.37
HSL 322.96º 0.34% 0.47% -
HSV(B) 322.96º 0.5% 0.63% -
XYZ 21.6 14.93 22.86 -
YUV 109.92 139.34 164.43 -
System Red Green Blue C M Y K H S L
Decimal 161 80 130 0 0.50 0.19 0.37 322.96 0.34 0.47
Hex A1 50 82 0 32 13 25 143 22 2F
Octal 241 120 202 0 62 23 45 503 42 57
Binary 10100001 1010000 10000010 0 110010 10011 100101 101000011 100010 101111

Color Harmonies of #A15082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15082

Black with #A15082

Text Example


Text Example

White with #A15082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15082; }

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

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

background-color css

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

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

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

border-color css

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

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

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