Html Css Color HEX #A6548A Strikemaster

📋 copy color: '#A6548A'

red 166 ◦ green 84 ◦ blue 138

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

Shades of Strikemaster #A6548A

Tints of Strikemaster #A6548A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.57%

R = 42.78%
G = 21.65%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A6548A (or 0xA6548A) is known color: Strikemaster. HEX triplet: A6, 54 and 8A. RGB value is (166,84,138). Sum of RGB (Red+Green+Blue) = 166+84+138=388 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.78% from 388); Green value is 84 (33.20% from 255 or 21.65% from 388); Blue value is 138 (54.30% from 255 or 35.57% from 388); Max value from RGB is 166 - color contains mainly: red. Hex color #A6548A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6548A is #59AB75. Grayscale: #727272. Windows color (decimal): -5876598 or 9065638. OLE color: 9065638.

HSL color Cylindrical-coordinate representation of color #A6548A: hue angle of 320.49º 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 #A6548A is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 84 138 -
CMYK 0 0.49 0.17 0.35
HSL 320.49º 0.33% 0.49% -
HSV(B) 320.49º 0.49% 0.65% -
XYZ 23.48 16.28 25.95 -
YUV 114.67 141.17 164.61 -
System Red Green Blue C M Y K H S L
Decimal 166 84 138 0 0.49 0.17 0.35 320.49 0.33 0.49
Hex A6 54 8A 0 31 11 23 140 21 31
Octal 246 124 212 0 61 21 43 500 41 61
Binary 10100110 1010100 10001010 0 110001 10001 100011 101000000 100001 110001

Color Harmonies of #A6548A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6548A

Black with #A6548A

Text Example


Text Example

White with #A6548A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6548A; }

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

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

background-color css

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

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

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

border-color css

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

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

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