Html Css Color HEX #A24D8A Strikemaster

📋 copy color: '#A24D8A'

red 162 ◦ green 77 ◦ blue 138

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

Shades of Strikemaster #A24D8A

Tints of Strikemaster #A24D8A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.42%

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

R = 42.97%
G = 20.42%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A24D8A (or 0xA24D8A) is known color: Strikemaster. HEX triplet: A2, 4D and 8A. RGB value is (162,77,138). Sum of RGB (Red+Green+Blue) = 162+77+138=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 77 (30.47% from 255 or 20.42% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 162 - color contains mainly: red. Hex color #A24D8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A24D8A is #5DB275. Grayscale: #6D6D6D. Windows color (decimal): -6140534 or 9063842. OLE color: 9063842.

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

Color convert

RGB 162 77 138 -
CMYK 0 0.52 0.15 0.36
HSL 316.94º 0.36% 0.47% -
HSV(B) 316.94º 0.52% 0.64% -
XYZ 22.14 14.82 25.74 -
YUV 109.37 144.16 165.54 -
System Red Green Blue C M Y K H S L
Decimal 162 77 138 0 0.52 0.15 0.36 316.94 0.36 0.47
Hex A2 4D 8A 0 34 F 24 13D 24 2F
Octal 242 115 212 0 64 17 44 475 44 57
Binary 10100010 1001101 10001010 0 110100 1111 100100 100111101 100100 101111

Color Harmonies of #A24D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24D8A

Black with #A24D8A

Text Example


Text Example

White with #A24D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24D8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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