Html Css Color HEX #A25986 Strikemaster

📋 copy color: '#A25986'

red 162 ◦ green 89 ◦ blue 134

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

Shades of Strikemaster #A25986

Tints of Strikemaster #A25986

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 34.81%

R = 42.08%
G = 23.12%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A25986 (or 0xA25986) is known color: Strikemaster. HEX triplet: A2, 59 and 86. RGB value is (162,89,134). Sum of RGB (Red+Green+Blue) = 162+89+134=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 89 (35.16% from 255 or 23.12% from 385); Blue value is 134 (52.73% from 255 or 34.81% from 385); Max value from RGB is 162 - color contains mainly: red. Hex color #A25986 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25986 is #5DA679. Grayscale: #737373. Windows color (decimal): -6137466 or 8804770. OLE color: 8804770.

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

Color convert

RGB 162 89 134 -
CMYK 0 0.45 0.17 0.36
HSL 323.01º 0.29% 0.49% -
HSV(B) 323.01º 0.45% 0.64% -
XYZ 22.78 16.55 24.55 -
YUV 115.96 138.18 160.84 -
System Red Green Blue C M Y K H S L
Decimal 162 89 134 0 0.45 0.17 0.36 323.01 0.29 0.49
Hex A2 59 86 0 2D 11 24 143 1D 31
Octal 242 131 206 0 55 21 44 503 35 61
Binary 10100010 1011001 10000110 0 101101 10001 100100 101000011 11101 110001

Color Harmonies of #A25986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25986

Black with #A25986

Text Example


Text Example

White with #A25986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25986; }

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

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

background-color css

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

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

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

border-color css

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

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

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