Html Css Color HEX #A25189 Strikemaster

📋 copy color: '#A25189'

red 162 ◦ green 81 ◦ blue 137

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

Shades of Strikemaster #A25189

Tints of Strikemaster #A25189

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.32%

 BLUE value IS 137 (53.91% from 255) = 36.05%

R = 42.63%
G = 21.32%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A25189 (or 0xA25189) is known color: Strikemaster. HEX triplet: A2, 51 and 89. RGB value is (162,81,137). Sum of RGB (Red+Green+Blue) = 162+81+137=380 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.63% from 380); Green value is 81 (32.03% from 255 or 21.32% from 380); Blue value is 137 (53.91% from 255 or 36.05% from 380); Max value from RGB is 162 - color contains mainly: red. Hex color #A25189 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25189 is #5DAE76. Grayscale: #6F6F6F. Windows color (decimal): -6139511 or 8999330. OLE color: 8999330.

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

Color convert

RGB 162 81 137 -
CMYK 0 0.50 0.15 0.36
HSL 318.52º 0.33% 0.48% -
HSV(B) 318.52º 0.5% 0.64% -
XYZ 22.36 15.37 25.46 -
YUV 111.6 142.34 163.95 -
System Red Green Blue C M Y K H S L
Decimal 162 81 137 0 0.50 0.15 0.36 318.52 0.33 0.48
Hex A2 51 89 0 32 F 24 13F 21 30
Octal 242 121 211 0 62 17 44 477 41 60
Binary 10100010 1010001 10001001 0 110010 1111 100100 100111111 100001 110000

Color Harmonies of #A25189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25189

Black with #A25189

Text Example


Text Example

White with #A25189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25189; }

 p { color: rgb(162,81,137); }

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

background-color css

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

 a { background-color: rgb(162,81,137); }

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

border-color css

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

 span { border-color: rgb(162,81,137); }

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