Html Css Color HEX #A25185 Strikemaster

📋 copy color: '#A25185'

red 162 ◦ green 81 ◦ blue 133

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

Shades of Strikemaster #A25185

Tints of Strikemaster #A25185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 35.37%

R = 43.09%
G = 21.54%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A25185 (or 0xA25185) is known color: Strikemaster. HEX triplet: A2, 51 and 85. RGB value is (162,81,133). Sum of RGB (Red+Green+Blue) = 162+81+133=376 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.09% from 376); Green value is 81 (32.03% from 255 or 21.54% from 376); Blue value is 133 (52.34% from 255 or 35.37% from 376); Max value from RGB is 162 - color contains mainly: red. Hex color #A25185 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25185 is #5DAE7A. Grayscale: #6F6F6F. Windows color (decimal): -6139515 or 8737186. OLE color: 8737186.

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

Color convert

RGB 162 81 133 -
CMYK 0 0.50 0.18 0.36
HSL 321.48º 0.33% 0.48% -
HSV(B) 321.48º 0.5% 0.64% -
XYZ 22.08 15.26 23.97 -
YUV 111.15 140.34 164.27 -
System Red Green Blue C M Y K H S L
Decimal 162 81 133 0 0.50 0.18 0.36 321.48 0.33 0.48
Hex A2 51 85 0 32 12 24 141 21 30
Octal 242 121 205 0 62 22 44 501 41 60
Binary 10100010 1010001 10000101 0 110010 10010 100100 101000001 100001 110000

Color Harmonies of #A25185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25185

Black with #A25185

Text Example


Text Example

White with #A25185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25185; }

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

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

background-color css

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

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

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

border-color css

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

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

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