Html Css Color HEX #A25982 Strikemaster

📋 copy color: '#A25982'

red 162 ◦ green 89 ◦ blue 130

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

Shades of Strikemaster #A25982

Tints of Strikemaster #A25982

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.36%

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

R = 42.52%
G = 23.36%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A25982 (or 0xA25982) is known color: Strikemaster. HEX triplet: A2, 59 and 82. RGB value is (162,89,130). Sum of RGB (Red+Green+Blue) = 162+89+130=381 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.52% from 381); Green value is 89 (35.16% from 255 or 23.36% from 381); Blue value is 130 (51.17% from 255 or 34.12% from 381); Max value from RGB is 162 - color contains mainly: red. Hex color #A25982 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25982 is #5DA67D. Grayscale: #737373. Windows color (decimal): -6137470 or 8542626. OLE color: 8542626.

HSL color Cylindrical-coordinate representation of color #A25982: hue angle of 326.3º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A25982 is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 89 130 -
CMYK 0 0.45 0.20 0.36
HSL 326.3º 0.29% 0.49% -
HSV(B) 326.3º 0.45% 0.64% -
XYZ 22.5 16.44 23.11 -
YUV 115.5 136.18 161.17 -
System Red Green Blue C M Y K H S L
Decimal 162 89 130 0 0.45 0.20 0.36 326.3 0.29 0.49
Hex A2 59 82 0 2D 14 24 146 1D 31
Octal 242 131 202 0 55 24 44 506 35 61
Binary 10100010 1011001 10000010 0 101101 10100 100100 101000110 11101 110001

Color Harmonies of #A25982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25982

Black with #A25982

Text Example


Text Example

White with #A25982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25982; }

 p { color: rgb(162,89,130); }

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

background-color css

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

 a { background-color: rgb(162,89,130); }

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

border-color css

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

 span { border-color: rgb(162,89,130); }

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