Html Css Color HEX #A6538A Strikemaster

📋 copy color: '#A6538A'

red 166 ◦ green 83 ◦ blue 138

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

Shades of Strikemaster #A6538A

Tints of Strikemaster #A6538A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.45%

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

R = 42.89%
G = 21.45%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A6538A (or 0xA6538A) is known color: Strikemaster. HEX triplet: A6, 53 and 8A. RGB value is (166,83,138). Sum of RGB (Red+Green+Blue) = 166+83+138=387 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.89% from 387); Green value is 83 (32.81% from 255 or 21.45% from 387); Blue value is 138 (54.30% from 255 or 35.66% from 387); Max value from RGB is 166 - color contains mainly: red. Hex color #A6538A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6538A is #59AC75. Grayscale: #717171. Windows color (decimal): -5876854 or 9065382. OLE color: 9065382.

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

Color convert

RGB 166 83 138 -
CMYK 0 0.50 0.17 0.35
HSL 320.24º 0.33% 0.49% -
HSV(B) 320.24º 0.5% 0.65% -
XYZ 23.41 16.13 25.92 -
YUV 114.09 141.5 165.03 -
System Red Green Blue C M Y K H S L
Decimal 166 83 138 0 0.50 0.17 0.35 320.24 0.33 0.49
Hex A6 53 8A 0 32 11 23 140 21 31
Octal 246 123 212 0 62 21 43 500 41 61
Binary 10100110 1010011 10001010 0 110010 10001 100011 101000000 100001 110001

Color Harmonies of #A6538A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6538A

Black with #A6538A

Text Example


Text Example

White with #A6538A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6538A; }

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

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

background-color css

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

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

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

border-color css

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

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

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