Html Css Color HEX #A25488 Strikemaster

📋 copy color: '#A25488'

red 162 ◦ green 84 ◦ blue 136

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

Shades of Strikemaster #A25488

Tints of Strikemaster #A25488

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.99%

 BLUE value IS 136 (53.52% from 255) = 35.6%

R = 42.41%
G = 21.99%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A25488 (or 0xA25488) is known color: Strikemaster. HEX triplet: A2, 54 and 88. RGB value is (162,84,136). Sum of RGB (Red+Green+Blue) = 162+84+136=382 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.41% from 382); Green value is 84 (33.20% from 255 or 21.99% from 382); Blue value is 136 (53.52% from 255 or 35.60% from 382); Max value from RGB is 162 - color contains mainly: red. Hex color #A25488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25488 is #5DAB77. Grayscale: #717171. Windows color (decimal): -6138744 or 8934562. OLE color: 8934562.

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

Color convert

RGB 162 84 136 -
CMYK 0 0.48 0.16 0.36
HSL 320º 0.32% 0.48% -
HSV(B) 320º 0.48% 0.64% -
XYZ 22.51 15.8 25.16 -
YUV 113.25 140.84 162.77 -
System Red Green Blue C M Y K H S L
Decimal 162 84 136 0 0.48 0.16 0.36 320 0.32 0.48
Hex A2 54 88 0 30 10 24 140 20 30
Octal 242 124 210 0 60 20 44 500 40 60
Binary 10100010 1010100 10001000 0 110000 10000 100100 101000000 100000 110000

Color Harmonies of #A25488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25488

Black with #A25488

Text Example


Text Example

White with #A25488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25488; }

 p { color: rgb(162,84,136); }

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

background-color css

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

 a { background-color: rgb(162,84,136); }

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

border-color css

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

 span { border-color: rgb(162,84,136); }

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