Html Css Color HEX #A25287 Strikemaster

📋 copy color: '#A25287'

red 162 ◦ green 82 ◦ blue 135

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

Shades of Strikemaster #A25287

Tints of Strikemaster #A25287

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.64%

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

R = 42.74%
G = 21.64%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A25287 (or 0xA25287) is known color: Strikemaster. HEX triplet: A2, 52 and 87. RGB value is (162,82,135). Sum of RGB (Red+Green+Blue) = 162+82+135=379 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.74% from 379); Green value is 82 (32.42% from 255 or 21.64% from 379); Blue value is 135 (53.12% from 255 or 35.62% from 379); Max value from RGB is 162 - color contains mainly: red. Hex color #A25287 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25287 is #5DAD78. Grayscale: #6F6F6F. Windows color (decimal): -6139257 or 8868514. OLE color: 8868514.

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

Color convert

RGB 162 82 135 -
CMYK 0 0.49 0.17 0.36
HSL 320.25º 0.33% 0.48% -
HSV(B) 320.25º 0.49% 0.64% -
XYZ 22.29 15.47 24.73 -
YUV 111.96 141 163.69 -
System Red Green Blue C M Y K H S L
Decimal 162 82 135 0 0.49 0.17 0.36 320.25 0.33 0.48
Hex A2 52 87 0 31 11 24 140 21 30
Octal 242 122 207 0 61 21 44 500 41 60
Binary 10100010 1010010 10000111 0 110001 10001 100100 101000000 100001 110000

Color Harmonies of #A25287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25287

Black with #A25287

Text Example


Text Example

White with #A25287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25287; }

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

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

background-color css

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

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

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

border-color css

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

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

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