Html Css Color HEX #A2538A Strikemaster

📋 copy color: '#A2538A'

red 162 ◦ green 83 ◦ blue 138

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

Shades of Strikemaster #A2538A

Tints of Strikemaster #A2538A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.67%

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

R = 42.3%
G = 21.67%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A2538A (or 0xA2538A) is known color: Strikemaster. HEX triplet: A2, 53 and 8A. RGB value is (162,83,138). Sum of RGB (Red+Green+Blue) = 162+83+138=383 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.30% from 383); Green value is 83 (32.81% from 255 or 21.67% from 383); Blue value is 138 (54.30% from 255 or 36.03% from 383); Max value from RGB is 162 - color contains mainly: red. Hex color #A2538A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2538A is #5DAC75. Grayscale: #707070. Windows color (decimal): -6138998 or 9065378. OLE color: 9065378.

HSL color Cylindrical-coordinate representation of color #A2538A: hue angle of 318.23º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A2538A is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 83 138 -
CMYK 0 0.49 0.15 0.36
HSL 318.23º 0.32% 0.48% -
HSV(B) 318.23º 0.49% 0.64% -
XYZ 22.58 15.7 25.89 -
YUV 112.89 142.17 163.03 -
System Red Green Blue C M Y K H S L
Decimal 162 83 138 0 0.49 0.15 0.36 318.23 0.32 0.48
Hex A2 53 8A 0 31 F 24 13E 20 30
Octal 242 123 212 0 61 17 44 476 40 60
Binary 10100010 1010011 10001010 0 110001 1111 100100 100111110 100000 110000

Color Harmonies of #A2538A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2538A

Black with #A2538A

Text Example


Text Example

White with #A2538A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2538A; }

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

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

background-color css

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

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

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

border-color css

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

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

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