Html Css Color HEX #A2548A Strikemaster

📋 copy color: '#A2548A'

red 162 ◦ green 84 ◦ blue 138

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

Shades of Strikemaster #A2548A

Tints of Strikemaster #A2548A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.94%

R = 42.19%
G = 21.88%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A2548A (or 0xA2548A) is known color: Strikemaster. HEX triplet: A2, 54 and 8A. RGB value is (162,84,138). Sum of RGB (Red+Green+Blue) = 162+84+138=384 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.19% from 384); Green value is 84 (33.20% from 255 or 21.88% from 384); Blue value is 138 (54.30% from 255 or 35.94% from 384); Max value from RGB is 162 - color contains mainly: red. Hex color #A2548A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2548A is #5DAB75. Grayscale: #717171. Windows color (decimal): -6138742 or 9065634. OLE color: 9065634.

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

Color convert

RGB 162 84 138 -
CMYK 0 0.48 0.15 0.36
HSL 318.46º 0.32% 0.48% -
HSV(B) 318.46º 0.48% 0.64% -
XYZ 22.66 15.86 25.91 -
YUV 113.48 141.84 162.61 -
System Red Green Blue C M Y K H S L
Decimal 162 84 138 0 0.48 0.15 0.36 318.46 0.32 0.48
Hex A2 54 8A 0 30 F 24 13E 20 30
Octal 242 124 212 0 60 17 44 476 40 60
Binary 10100010 1010100 10001010 0 110000 1111 100100 100111110 100000 110000

Color Harmonies of #A2548A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2548A

Black with #A2548A

Text Example


Text Example

White with #A2548A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2548A; }

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

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

background-color css

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

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

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

border-color css

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

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

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