Html Css Color HEX #A6548D Strikemaster

📋 copy color: '#A6548D'

red 166 ◦ green 84 ◦ blue 141

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

Shades of Strikemaster #A6548D

Tints of Strikemaster #A6548D

RGB

 RED value IS 166 (65.23% from 255) = 42.46%

 GREEN value IS 84 (33.2% from 255) = 21.48%

 BLUE value IS 141 (55.47% from 255) = 36.06%

R = 42.46%
G = 21.48%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A6548D (or 0xA6548D) is known color: Strikemaster. HEX triplet: A6, 54 and 8D. RGB value is (166,84,141). Sum of RGB (Red+Green+Blue) = 166+84+141=391 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.46% from 391); Green value is 84 (33.20% from 255 or 21.48% from 391); Blue value is 141 (55.47% from 255 or 36.06% from 391); Max value from RGB is 166 - color contains mainly: red. Hex color #A6548D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6548D is #59AB72. Grayscale: #727272. Windows color (decimal): -5876595 or 9262246. OLE color: 9262246.

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

Color convert

RGB 166 84 141 -
CMYK 0 0.49 0.15 0.35
HSL 318.29º 0.33% 0.49% -
HSV(B) 318.29º 0.49% 0.65% -
XYZ 23.7 16.37 27.11 -
YUV 115.02 142.67 164.37 -
System Red Green Blue C M Y K H S L
Decimal 166 84 141 0 0.49 0.15 0.35 318.29 0.33 0.49
Hex A6 54 8D 0 31 F 23 13E 21 31
Octal 246 124 215 0 61 17 43 476 41 61
Binary 10100110 1010100 10001101 0 110001 1111 100011 100111110 100001 110001

Color Harmonies of #A6548D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6548D

Black with #A6548D

Text Example


Text Example

White with #A6548D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6548D; }

 p { color: rgb(166,84,141); }

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

background-color css

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

 a { background-color: rgb(166,84,141); }

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

border-color css

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

 span { border-color: rgb(166,84,141); }

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