Html Css Color HEX #A6528C Strikemaster

📋 copy color: '#A6528C'

red 166 ◦ green 82 ◦ blue 140

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

Shades of Strikemaster #A6528C

Tints of Strikemaster #A6528C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.13%

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

R = 42.78%
G = 21.13%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A6528C (or 0xA6528C) is known color: Strikemaster. HEX triplet: A6, 52 and 8C. RGB value is (166,82,140). Sum of RGB (Red+Green+Blue) = 166+82+140=388 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.78% from 388); Green value is 82 (32.42% from 255 or 21.13% from 388); Blue value is 140 (55.08% from 255 or 36.08% from 388); Max value from RGB is 166 - color contains mainly: red. Hex color #A6528C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6528C is #59AD73. Grayscale: #717171. Windows color (decimal): -5877108 or 9196198. OLE color: 9196198.

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

Color convert

RGB 166 82 140 -
CMYK 0 0.51 0.16 0.35
HSL 318.57º 0.34% 0.49% -
HSV(B) 318.57º 0.51% 0.65% -
XYZ 23.48 16.04 26.67 -
YUV 113.73 142.83 165.28 -
System Red Green Blue C M Y K H S L
Decimal 166 82 140 0 0.51 0.16 0.35 318.57 0.34 0.49
Hex A6 52 8C 0 33 10 23 13F 22 31
Octal 246 122 214 0 63 20 43 477 42 61
Binary 10100110 1010010 10001100 0 110011 10000 100011 100111111 100010 110001

Color Harmonies of #A6528C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6528C

Black with #A6528C

Text Example


Text Example

White with #A6528C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6528C; }

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

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

background-color css

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

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

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

border-color css

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

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

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