Html Css Color HEX #A25581 Strikemaster

📋 copy color: '#A25581'

red 162 ◦ green 85 ◦ blue 129

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

Shades of Strikemaster #A25581

Tints of Strikemaster #A25581

RGB

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

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

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

R = 43.09%
G = 22.61%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A25581 (or 0xA25581) is known color: Strikemaster. HEX triplet: A2, 55 and 81. RGB value is (162,85,129). Sum of RGB (Red+Green+Blue) = 162+85+129=376 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.09% from 376); Green value is 85 (33.59% from 255 or 22.61% from 376); Blue value is 129 (50.78% from 255 or 34.31% from 376); Max value from RGB is 162 - color contains mainly: red. Hex color #A25581 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25581 is #5DAA7E. Grayscale: #707070. Windows color (decimal): -6138495 or 8476066. OLE color: 8476066.

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

Color convert

RGB 162 85 129 -
CMYK 0 0.48 0.20 0.36
HSL 325.71º 0.31% 0.48% -
HSV(B) 325.71º 0.48% 0.64% -
XYZ 22.11 15.76 22.65 -
YUV 113.04 137.01 162.92 -
System Red Green Blue C M Y K H S L
Decimal 162 85 129 0 0.48 0.20 0.36 325.71 0.31 0.48
Hex A2 55 81 0 30 14 24 146 1F 30
Octal 242 125 201 0 60 24 44 506 37 60
Binary 10100010 1010101 10000001 0 110000 10100 100100 101000110 11111 110000

Color Harmonies of #A25581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25581

Black with #A25581

Text Example


Text Example

White with #A25581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25581; }

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

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

background-color css

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

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

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

border-color css

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

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

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