Html Css Color HEX #A24E88 Strikemaster

📋 copy color: '#A24E88'

red 162 ◦ green 78 ◦ blue 136

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

Shades of Strikemaster #A24E88

Tints of Strikemaster #A24E88

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.74%

 BLUE value IS 136 (53.52% from 255) = 36.17%

R = 43.09%
G = 20.74%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A24E88 (or 0xA24E88) is known color: Strikemaster. HEX triplet: A2, 4E and 88. RGB value is (162,78,136). Sum of RGB (Red+Green+Blue) = 162+78+136=376 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.09% from 376); Green value is 78 (30.86% from 255 or 20.74% from 376); Blue value is 136 (53.52% from 255 or 36.17% from 376); Max value from RGB is 162 - color contains mainly: red. Hex color #A24E88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A24E88 is #5DB177. Grayscale: #6D6D6D. Windows color (decimal): -6140280 or 8933026. OLE color: 8933026.

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

Color convert

RGB 162 78 136 -
CMYK 0 0.52 0.16 0.36
HSL 318.57º 0.35% 0.47% -
HSV(B) 318.57º 0.52% 0.64% -
XYZ 22.07 14.91 25.01 -
YUV 109.73 142.83 165.28 -
System Red Green Blue C M Y K H S L
Decimal 162 78 136 0 0.52 0.16 0.36 318.57 0.35 0.47
Hex A2 4E 88 0 34 10 24 13F 23 2F
Octal 242 116 210 0 64 20 44 477 43 57
Binary 10100010 1001110 10001000 0 110100 10000 100100 100111111 100011 101111

Color Harmonies of #A24E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24E88

Black with #A24E88

Text Example


Text Example

White with #A24E88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24E88; }

 p { color: rgb(162,78,136); }

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

background-color css

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

 a { background-color: rgb(162,78,136); }

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

border-color css

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

 span { border-color: rgb(162,78,136); }

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