Html Css Color HEX #A2548C Strikemaster

📋 copy color: '#A2548C'

red 162 ◦ green 84 ◦ blue 140

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

Shades of Strikemaster #A2548C

Tints of Strikemaster #A2548C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.27%

R = 41.97%
G = 21.76%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A2548C (or 0xA2548C) is known color: Strikemaster. HEX triplet: A2, 54 and 8C. RGB value is (162,84,140). Sum of RGB (Red+Green+Blue) = 162+84+140=386 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.97% from 386); Green value is 84 (33.20% from 255 or 21.76% from 386); Blue value is 140 (55.08% from 255 or 36.27% from 386); Max value from RGB is 162 - color contains mainly: red. Hex color #A2548C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2548C is #5DAB73. Grayscale: #717171. Windows color (decimal): -6138740 or 9196706. OLE color: 9196706.

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

Color convert

RGB 162 84 140 -
CMYK 0 0.48 0.14 0.36
HSL 316.92º 0.32% 0.48% -
HSV(B) 316.92º 0.48% 0.64% -
XYZ 22.8 15.92 26.68 -
YUV 113.71 142.84 162.45 -
System Red Green Blue C M Y K H S L
Decimal 162 84 140 0 0.48 0.14 0.36 316.92 0.32 0.48
Hex A2 54 8C 0 30 E 24 13D 20 30
Octal 242 124 214 0 60 16 44 475 40 60
Binary 10100010 1010100 10001100 0 110000 1110 100100 100111101 100000 110000

Color Harmonies of #A2548C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2548C

Black with #A2548C

Text Example


Text Example

White with #A2548C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2548C; }

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

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

background-color css

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

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

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

border-color css

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

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

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