Html Css Color HEX #A14D87 Strikemaster

📋 copy color: '#A14D87'

red 161 ◦ green 77 ◦ blue 135

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

Shades of Strikemaster #A14D87

Tints of Strikemaster #A14D87

RGB

 RED value IS 161 (63.28% from 255) = 43.16%

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

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

R = 43.16%
G = 20.64%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#A14D87 (or 0xA14D87) is known color: Strikemaster. HEX triplet: A1, 4D and 87. RGB value is (161,77,135). Sum of RGB (Red+Green+Blue) = 161+77+135=373 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.16% from 373); Green value is 77 (30.47% from 255 or 20.64% from 373); Blue value is 135 (53.12% from 255 or 36.19% from 373); Max value from RGB is 161 - color contains mainly: red. Hex color #A14D87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A14D87 is #5EB278. Grayscale: #6C6C6C. Windows color (decimal): -6206073 or 8867233. OLE color: 8867233.

HSL color Cylindrical-coordinate representation of color #A14D87: hue angle of 318.57º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A14D87 is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 77 135 -
CMYK 0 0.52 0.16 0.37
HSL 318.57º 0.35% 0.47% -
HSV(B) 318.57º 0.52% 0.63% -
XYZ 21.73 14.63 24.6 -
YUV 108.73 142.83 165.28 -
System Red Green Blue C M Y K H S L
Decimal 161 77 135 0 0.52 0.16 0.37 318.57 0.35 0.47
Hex A1 4D 87 0 34 10 25 13F 23 2F
Octal 241 115 207 0 64 20 45 477 43 57
Binary 10100001 1001101 10000111 0 110100 10000 100101 100111111 100011 101111

Color Harmonies of #A14D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14D87

Black with #A14D87

Text Example


Text Example

White with #A14D87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14D87; }

 p { color: rgb(161,77,135); }

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

background-color css

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

 a { background-color: rgb(161,77,135); }

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

border-color css

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

 span { border-color: rgb(161,77,135); }

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