Html Css Color HEX #A25180 Strikemaster

📋 copy color: '#A25180'

red 162 ◦ green 81 ◦ blue 128

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

Shades of Strikemaster #A25180

Tints of Strikemaster #A25180

RGB

 RED value IS 162 (63.67% from 255) = 43.67%

 GREEN value IS 81 (32.03% from 255) = 21.83%

 BLUE value IS 128 (50.39% from 255) = 34.5%

R = 43.67%
G = 21.83%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A25180 (or 0xA25180) is known color: Strikemaster. HEX triplet: A2, 51 and 80. RGB value is (162,81,128). Sum of RGB (Red+Green+Blue) = 162+81+128=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 81 (32.03% from 255 or 21.83% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 162 - color contains mainly: red. Hex color #A25180 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25180 is #5DAE7F. Grayscale: #6E6E6E. Windows color (decimal): -6139520 or 8409506. OLE color: 8409506.

HSL color Cylindrical-coordinate representation of color #A25180: hue angle of 325.19º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A25180 is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 81 128 -
CMYK 0 0.50 0.21 0.36
HSL 325.19º 0.33% 0.48% -
HSV(B) 325.19º 0.5% 0.64% -
XYZ 21.74 15.12 22.2 -
YUV 110.58 137.84 164.68 -
System Red Green Blue C M Y K H S L
Decimal 162 81 128 0 0.50 0.21 0.36 325.19 0.33 0.48
Hex A2 51 80 0 32 15 24 145 21 30
Octal 242 121 200 0 62 25 44 505 41 60
Binary 10100010 1010001 10000000 0 110010 10101 100100 101000101 100001 110000

Color Harmonies of #A25180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25180

Black with #A25180

Text Example


Text Example

White with #A25180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25180; }

 p { color: rgb(162,81,128); }

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

background-color css

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

 a { background-color: rgb(162,81,128); }

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

border-color css

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

 span { border-color: rgb(162,81,128); }

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