Html Css Color HEX #A2558C Strikemaster

📋 copy color: '#A2558C'

red 162 ◦ green 85 ◦ blue 140

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

Shades of Strikemaster #A2558C

Tints of Strikemaster #A2558C

RGB

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

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

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

R = 41.86%
G = 21.96%
B = 36.18%

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

#A2558C (or 0xA2558C) is known color: Strikemaster. HEX triplet: A2, 55 and 8C. RGB value is (162,85,140). Sum of RGB (Red+Green+Blue) = 162+85+140=387 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.86% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 140 (55.08% from 255 or 36.18% from 387); Max value from RGB is 162 - color contains mainly: red. Hex color #A2558C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2558C is #5DAA73. Grayscale: #727272. Windows color (decimal): -6138484 or 9196962. OLE color: 9196962.

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

Color convert

RGB 162 85 140 -
CMYK 0 0.48 0.14 0.36
HSL 317.14º 0.31% 0.48% -
HSV(B) 317.14º 0.48% 0.64% -
XYZ 22.88 16.07 26.71 -
YUV 114.29 142.51 162.03 -
System Red Green Blue C M Y K H S L
Decimal 162 85 140 0 0.48 0.14 0.36 317.14 0.31 0.48
Hex A2 55 8C 0 30 E 24 13D 1F 30
Octal 242 125 214 0 60 16 44 475 37 60
Binary 10100010 1010101 10001100 0 110000 1110 100100 100111101 11111 110000

Color Harmonies of #A2558C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2558C

Black with #A2558C

Text Example


Text Example

White with #A2558C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2558C; }

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

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

background-color css

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

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

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

border-color css

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

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

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