Html Css Color HEX #A2557D Strikemaster

📋 copy color: '#A2557D'

red 162 ◦ green 85 ◦ blue 125

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

Shades of Strikemaster #A2557D

Tints of Strikemaster #A2557D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.6%

R = 43.55%
G = 22.85%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A2557D (or 0xA2557D) is known color: Strikemaster. HEX triplet: A2, 55 and 7D. RGB value is (162,85,125). Sum of RGB (Red+Green+Blue) = 162+85+125=372 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.55% from 372); Green value is 85 (33.59% from 255 or 22.85% from 372); Blue value is 125 (49.22% from 255 or 33.60% from 372); Max value from RGB is 162 - color contains mainly: red. Hex color #A2557D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2557D is #5DAA82. Grayscale: #707070. Windows color (decimal): -6138499 or 8213922. OLE color: 8213922.

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

Color convert

RGB 162 85 125 -
CMYK 0 0.48 0.23 0.36
HSL 328.83º 0.31% 0.48% -
HSV(B) 328.83º 0.48% 0.64% -
XYZ 21.85 15.66 21.27 -
YUV 112.58 135.01 163.25 -
System Red Green Blue C M Y K H S L
Decimal 162 85 125 0 0.48 0.23 0.36 328.83 0.31 0.48
Hex A2 55 7D 0 30 17 24 149 1F 30
Octal 242 125 175 0 60 27 44 511 37 60
Binary 10100010 1010101 1111101 0 110000 10111 100100 101001001 11111 110000

Color Harmonies of #A2557D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2557D

Black with #A2557D

Text Example


Text Example

White with #A2557D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2557D; }

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

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

background-color css

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

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

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

border-color css

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

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

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