Html Css Color HEX #A6578D Strikemaster

📋 copy color: '#A6578D'

red 166 ◦ green 87 ◦ blue 141

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

Shades of Strikemaster #A6578D

Tints of Strikemaster #A6578D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.08%

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

R = 42.13%
G = 22.08%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A6578D (or 0xA6578D) is known color: Strikemaster. HEX triplet: A6, 57 and 8D. RGB value is (166,87,141). Sum of RGB (Red+Green+Blue) = 166+87+141=394 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.13% from 394); Green value is 87 (34.38% from 255 or 22.08% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 166 - color contains mainly: red. Hex color #A6578D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6578D is #59A872. Grayscale: #747474. Windows color (decimal): -5875827 or 9263014. OLE color: 9263014.

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

Color convert

RGB 166 87 141 -
CMYK 0 0.48 0.15 0.35
HSL 318.99º 0.31% 0.5% -
HSV(B) 318.99º 0.48% 0.65% -
XYZ 23.94 16.85 27.19 -
YUV 116.78 141.67 163.11 -
System Red Green Blue C M Y K H S L
Decimal 166 87 141 0 0.48 0.15 0.35 318.99 0.31 0.5
Hex A6 57 8D 0 30 F 23 13F 1F 32
Octal 246 127 215 0 60 17 43 477 37 62
Binary 10100110 1010111 10001101 0 110000 1111 100011 100111111 11111 110010

Color Harmonies of #A6578D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6578D

Black with #A6578D

Text Example


Text Example

White with #A6578D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6578D; }

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

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

background-color css

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

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

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

border-color css

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

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

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