Html Css Color HEX #A25481 Strikemaster

📋 copy color: '#A25481'

red 162 ◦ green 84 ◦ blue 129

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

Shades of Strikemaster #A25481

Tints of Strikemaster #A25481

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.4%

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

R = 43.2%
G = 22.4%
B = 34.4%

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

#A25481 (or 0xA25481) is known color: Strikemaster. HEX triplet: A2, 54 and 81. RGB value is (162,84,129). Sum of RGB (Red+Green+Blue) = 162+84+129=375 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.2% from 375); Green value is 84 (33.20% from 255 or 22.4% from 375); Blue value is 129 (50.78% from 255 or 34.4% from 375); Max value from RGB is 162 - color contains mainly: red. Hex color #A25481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25481 is #5DAB7E. Grayscale: #707070. Windows color (decimal): -6138751 or 8475810. OLE color: 8475810.

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

Color convert

RGB 162 84 129 -
CMYK 0 0.48 0.20 0.36
HSL 325.38º 0.32% 0.48% -
HSV(B) 325.38º 0.48% 0.64% -
XYZ 22.03 15.61 22.62 -
YUV 112.45 137.34 163.34 -
System Red Green Blue C M Y K H S L
Decimal 162 84 129 0 0.48 0.20 0.36 325.38 0.32 0.48
Hex A2 54 81 0 30 14 24 145 20 30
Octal 242 124 201 0 60 24 44 505 40 60
Binary 10100010 1010100 10000001 0 110000 10100 100100 101000101 100000 110000

Color Harmonies of #A25481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25481

Black with #A25481

Text Example


Text Example

White with #A25481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25481; }

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

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

background-color css

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

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

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

border-color css

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

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

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