Html Css Color HEX #A25580 Strikemaster

📋 copy color: '#A25580'

red 162 ◦ green 85 ◦ blue 128

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

Shades of Strikemaster #A25580

Tints of Strikemaster #A25580

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.67%

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

R = 43.2%
G = 22.67%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A25580 (or 0xA25580) is known color: Strikemaster. HEX triplet: A2, 55 and 80. RGB value is (162,85,128). Sum of RGB (Red+Green+Blue) = 162+85+128=375 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.2% from 375); Green value is 85 (33.59% from 255 or 22.67% from 375); Blue value is 128 (50.39% from 255 or 34.13% from 375); Max value from RGB is 162 - color contains mainly: red. Hex color #A25580 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25580 is #5DAA7F. Grayscale: #707070. Windows color (decimal): -6138496 or 8410530. OLE color: 8410530.

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

Color convert

RGB 162 85 128 -
CMYK 0 0.48 0.21 0.36
HSL 326.49º 0.31% 0.48% -
HSV(B) 326.49º 0.48% 0.64% -
XYZ 22.05 15.74 22.3 -
YUV 112.93 136.51 163 -
System Red Green Blue C M Y K H S L
Decimal 162 85 128 0 0.48 0.21 0.36 326.49 0.31 0.48
Hex A2 55 80 0 30 15 24 146 1F 30
Octal 242 125 200 0 60 25 44 506 37 60
Binary 10100010 1010101 10000000 0 110000 10101 100100 101000110 11111 110000

Color Harmonies of #A25580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25580

Black with #A25580

Text Example


Text Example

White with #A25580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25580; }

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

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

background-color css

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

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

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

border-color css

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

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

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