Html Css Color HEX #A2558A Strikemaster

📋 copy color: '#A2558A'

red 162 ◦ green 85 ◦ blue 138

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

Shades of Strikemaster #A2558A

Tints of Strikemaster #A2558A

RGB

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

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

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

R = 42.08%
G = 22.08%
B = 35.84%

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

#A2558A (or 0xA2558A) is known color: Strikemaster. HEX triplet: A2, 55 and 8A. RGB value is (162,85,138). Sum of RGB (Red+Green+Blue) = 162+85+138=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 85 (33.59% from 255 or 22.08% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 162 - color contains mainly: red. Hex color #A2558A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2558A is #5DAA75. Grayscale: #717171. Windows color (decimal): -6138486 or 9065890. OLE color: 9065890.

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

Color convert

RGB 162 85 138 -
CMYK 0 0.48 0.15 0.36
HSL 318.7º 0.31% 0.48% -
HSV(B) 318.7º 0.48% 0.64% -
XYZ 22.74 16.01 25.94 -
YUV 114.07 141.51 162.19 -
System Red Green Blue C M Y K H S L
Decimal 162 85 138 0 0.48 0.15 0.36 318.7 0.31 0.48
Hex A2 55 8A 0 30 F 24 13F 1F 30
Octal 242 125 212 0 60 17 44 477 37 60
Binary 10100010 1010101 10001010 0 110000 1111 100100 100111111 11111 110000

Color Harmonies of #A2558A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2558A

Black with #A2558A

Text Example


Text Example

White with #A2558A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2558A; }

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

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

background-color css

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

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

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

border-color css

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

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

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