Html Css Color HEX #A24C87 Strikemaster

📋 copy color: '#A24C87'

red 162 ◦ green 76 ◦ blue 135

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

Shades of Strikemaster #A24C87

Tints of Strikemaster #A24C87

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.38%

 BLUE value IS 135 (53.13% from 255) = 36.19%

R = 43.43%
G = 20.38%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A24C87 (or 0xA24C87) is known color: Strikemaster. HEX triplet: A2, 4C and 87. RGB value is (162,76,135). Sum of RGB (Red+Green+Blue) = 162+76+135=373 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.43% from 373); Green value is 76 (30.08% from 255 or 20.38% from 373); Blue value is 135 (53.12% from 255 or 36.19% from 373); Max value from RGB is 162 - color contains mainly: red. Hex color #A24C87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24C87 is #5DB378. Grayscale: #6C6C6C. Windows color (decimal): -6140793 or 8866978. OLE color: 8866978.

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

Color convert

RGB 162 76 135 -
CMYK 0 0.53 0.17 0.36
HSL 318.84º 0.36% 0.47% -
HSV(B) 318.84º 0.53% 0.64% -
XYZ 21.86 14.6 24.59 -
YUV 108.44 142.99 166.2 -
System Red Green Blue C M Y K H S L
Decimal 162 76 135 0 0.53 0.17 0.36 318.84 0.36 0.47
Hex A2 4C 87 0 35 11 24 13F 24 2F
Octal 242 114 207 0 65 21 44 477 44 57
Binary 10100010 1001100 10000111 0 110101 10001 100100 100111111 100100 101111

Color Harmonies of #A24C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24C87

Black with #A24C87

Text Example


Text Example

White with #A24C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24C87; }

 p { color: rgb(162,76,135); }

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

background-color css

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

 a { background-color: rgb(162,76,135); }

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

border-color css

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

 span { border-color: rgb(162,76,135); }

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