Html Css Color HEX #A25087 Strikemaster

📋 copy color: '#A25087'

red 162 ◦ green 80 ◦ blue 135

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

Shades of Strikemaster #A25087

Tints of Strikemaster #A25087

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.22%

 BLUE value IS 135 (53.13% from 255) = 35.81%

R = 42.97%
G = 21.22%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A25087 (or 0xA25087) is known color: Strikemaster. HEX triplet: A2, 50 and 87. RGB value is (162,80,135). Sum of RGB (Red+Green+Blue) = 162+80+135=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 80 (31.64% from 255 or 21.22% from 377); Blue value is 135 (53.12% from 255 or 35.81% from 377); Max value from RGB is 162 - color contains mainly: red. Hex color #A25087 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25087 is #5DAF78. Grayscale: #6E6E6E. Windows color (decimal): -6139769 or 8868002. OLE color: 8868002.

HSL color Cylindrical-coordinate representation of color #A25087: hue angle of 319.76º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A25087 is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 80 135 -
CMYK 0 0.51 0.17 0.36
HSL 319.76º 0.34% 0.47% -
HSV(B) 319.76º 0.51% 0.64% -
XYZ 22.14 15.17 24.68 -
YUV 110.79 141.67 164.53 -
System Red Green Blue C M Y K H S L
Decimal 162 80 135 0 0.51 0.17 0.36 319.76 0.34 0.47
Hex A2 50 87 0 33 11 24 140 22 2F
Octal 242 120 207 0 63 21 44 500 42 57
Binary 10100010 1010000 10000111 0 110011 10001 100100 101000000 100010 101111

Color Harmonies of #A25087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25087

Black with #A25087

Text Example


Text Example

White with #A25087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25087; }

 p { color: rgb(162,80,135); }

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

background-color css

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

 a { background-color: rgb(162,80,135); }

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

border-color css

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

 span { border-color: rgb(162,80,135); }

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