Html Css Color HEX #A24D89 Strikemaster

📋 copy color: '#A24D89'

red 162 ◦ green 77 ◦ blue 137

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

Shades of Strikemaster #A24D89

Tints of Strikemaster #A24D89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 36.44%

R = 43.09%
G = 20.48%
B = 36.44%

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

#A24D89 (or 0xA24D89) is known color: Strikemaster. HEX triplet: A2, 4D and 89. RGB value is (162,77,137). Sum of RGB (Red+Green+Blue) = 162+77+137=376 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.09% from 376); Green value is 77 (30.47% from 255 or 20.48% from 376); Blue value is 137 (53.91% from 255 or 36.44% from 376); Max value from RGB is 162 - color contains mainly: red. Hex color #A24D89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A24D89 is #5DB276. Grayscale: #6D6D6D. Windows color (decimal): -6140535 or 8998306. OLE color: 8998306.

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

Color convert

RGB 162 77 137 -
CMYK 0 0.52 0.15 0.36
HSL 317.65º 0.36% 0.47% -
HSV(B) 317.65º 0.52% 0.64% -
XYZ 22.07 14.8 25.36 -
YUV 109.26 143.66 165.62 -
System Red Green Blue C M Y K H S L
Decimal 162 77 137 0 0.52 0.15 0.36 317.65 0.36 0.47
Hex A2 4D 89 0 34 F 24 13E 24 2F
Octal 242 115 211 0 64 17 44 476 44 57
Binary 10100010 1001101 10001001 0 110100 1111 100100 100111110 100100 101111

Color Harmonies of #A24D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24D89

Black with #A24D89

Text Example


Text Example

White with #A24D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24D89; }

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

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

background-color css

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

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

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

border-color css

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

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

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