Html Css Color HEX #A2558B Strikemaster

📋 copy color: '#A2558B'

red 162 ◦ green 85 ◦ blue 139

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

Shades of Strikemaster #A2558B

Tints of Strikemaster #A2558B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.02%

 BLUE value IS 139 (54.69% from 255) = 36.01%

R = 41.97%
G = 22.02%
B = 36.01%

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

#A2558B (or 0xA2558B) is known color: Strikemaster. HEX triplet: A2, 55 and 8B. RGB value is (162,85,139). Sum of RGB (Red+Green+Blue) = 162+85+139=386 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.97% from 386); Green value is 85 (33.59% from 255 or 22.02% from 386); Blue value is 139 (54.69% from 255 or 36.01% from 386); Max value from RGB is 162 - color contains mainly: red. Hex color #A2558B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2558B is #5DAA74. Grayscale: #727272. Windows color (decimal): -6138485 or 9131426. OLE color: 9131426.

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

Color convert

RGB 162 85 139 -
CMYK 0 0.48 0.14 0.36
HSL 317.92º 0.31% 0.48% -
HSV(B) 317.92º 0.48% 0.64% -
XYZ 22.81 16.04 26.32 -
YUV 114.18 142.01 162.11 -
System Red Green Blue C M Y K H S L
Decimal 162 85 139 0 0.48 0.14 0.36 317.92 0.31 0.48
Hex A2 55 8B 0 30 E 24 13E 1F 30
Octal 242 125 213 0 60 16 44 476 37 60
Binary 10100010 1010101 10001011 0 110000 1110 100100 100111110 11111 110000

Color Harmonies of #A2558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2558B

Black with #A2558B

Text Example


Text Example

White with #A2558B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2558B; }

 p { color: rgb(162,85,139); }

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

background-color css

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

 a { background-color: rgb(162,85,139); }

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

border-color css

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

 span { border-color: rgb(162,85,139); }

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