Html Css Color HEX #A54F87 Strikemaster

📋 copy color: '#A54F87'

red 165 ◦ green 79 ◦ blue 135

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

Shades of Strikemaster #A54F87

Tints of Strikemaster #A54F87

RGB

 RED value IS 165 (64.84% from 255) = 43.54%

 GREEN value IS 79 (31.25% from 255) = 20.84%

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

R = 43.54%
G = 20.84%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.18

 K value IS 0.35

RGB Variations

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

Color information

#A54F87 (or 0xA54F87) is known color: Strikemaster. HEX triplet: A5, 4F and 87. RGB value is (165,79,135). Sum of RGB (Red+Green+Blue) = 165+79+135=379 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.54% from 379); Green value is 79 (31.25% from 255 or 20.84% from 379); Blue value is 135 (53.12% from 255 or 35.62% from 379); Max value from RGB is 165 - color contains mainly: red. Hex color #A54F87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A54F87 is #5AB078. Grayscale: #6E6E6E. Windows color (decimal): -5943417 or 8867749. OLE color: 8867749.

HSL color Cylindrical-coordinate representation of color #A54F87: hue angle of 320.93º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A54F87 is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 79 135 -
CMYK 0 0.52 0.18 0.35
HSL 320.93º 0.35% 0.48% -
HSV(B) 320.93º 0.52% 0.65% -
XYZ 22.69 15.34 24.69 -
YUV 111.1 141.49 166.45 -
System Red Green Blue C M Y K H S L
Decimal 165 79 135 0 0.52 0.18 0.35 320.93 0.35 0.48
Hex A5 4F 87 0 34 12 23 141 23 30
Octal 245 117 207 0 64 22 43 501 43 60
Binary 10100101 1001111 10000111 0 110100 10010 100011 101000001 100011 110000

Color Harmonies of #A54F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54F87

Black with #A54F87

Text Example


Text Example

White with #A54F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54F87; }

 p { color: rgb(165,79,135); }

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

background-color css

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

 a { background-color: rgb(165,79,135); }

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

border-color css

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

 span { border-color: rgb(165,79,135); }

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