Html Css Color HEX #A25289 Strikemaster

📋 copy color: '#A25289'

red 162 ◦ green 82 ◦ blue 137

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

Shades of Strikemaster #A25289

Tints of Strikemaster #A25289

RGB

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

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

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

R = 42.52%
G = 21.52%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A25289 (or 0xA25289) is known color: Strikemaster. HEX triplet: A2, 52 and 89. RGB value is (162,82,137). Sum of RGB (Red+Green+Blue) = 162+82+137=381 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.52% from 381); Green value is 82 (32.42% from 255 or 21.52% from 381); Blue value is 137 (53.91% from 255 or 35.96% from 381); Max value from RGB is 162 - color contains mainly: red. Hex color #A25289 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25289 is #5DAD76. Grayscale: #707070. Windows color (decimal): -6139255 or 8999586. OLE color: 8999586.

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

Color convert

RGB 162 82 137 -
CMYK 0 0.49 0.15 0.36
HSL 318.75º 0.33% 0.48% -
HSV(B) 318.75º 0.49% 0.64% -
XYZ 22.43 15.52 25.48 -
YUV 112.19 142 163.53 -
System Red Green Blue C M Y K H S L
Decimal 162 82 137 0 0.49 0.15 0.36 318.75 0.33 0.48
Hex A2 52 89 0 31 F 24 13F 21 30
Octal 242 122 211 0 61 17 44 477 41 60
Binary 10100010 1010010 10001001 0 110001 1111 100100 100111111 100001 110000

Color Harmonies of #A25289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25289

Black with #A25289

Text Example


Text Example

White with #A25289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25289; }

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

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

background-color css

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

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

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

border-color css

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

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

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