Html Css Color HEX #A6538C Strikemaster

📋 copy color: '#A6538C'

red 166 ◦ green 83 ◦ blue 140

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

Shades of Strikemaster #A6538C

Tints of Strikemaster #A6538C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.99%

R = 42.67%
G = 21.34%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A6538C (or 0xA6538C) is known color: Strikemaster. HEX triplet: A6, 53 and 8C. RGB value is (166,83,140). Sum of RGB (Red+Green+Blue) = 166+83+140=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 83 (32.81% from 255 or 21.34% from 389); Blue value is 140 (55.08% from 255 or 35.99% from 389); Max value from RGB is 166 - color contains mainly: red. Hex color #A6538C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6538C is #59AC73. Grayscale: #727272. Windows color (decimal): -5876852 or 9196454. OLE color: 9196454.

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

Color convert

RGB 166 83 140 -
CMYK 0 0.50 0.16 0.35
HSL 318.8º 0.33% 0.49% -
HSV(B) 318.8º 0.5% 0.65% -
XYZ 23.55 16.19 26.69 -
YUV 114.32 142.5 164.87 -
System Red Green Blue C M Y K H S L
Decimal 166 83 140 0 0.50 0.16 0.35 318.8 0.33 0.49
Hex A6 53 8C 0 32 10 23 13F 21 31
Octal 246 123 214 0 62 20 43 477 41 61
Binary 10100110 1010011 10001100 0 110010 10000 100011 100111111 100001 110001

Color Harmonies of #A6538C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6538C

Black with #A6538C

Text Example


Text Example

White with #A6538C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6538C; }

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

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

background-color css

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

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

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

border-color css

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

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

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