Html Css Color HEX #A3528C Strikemaster

📋 copy color: '#A3528C'

red 163 ◦ green 82 ◦ blue 140

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

Shades of Strikemaster #A3528C

Tints of Strikemaster #A3528C

RGB

 RED value IS 163 (64.06% from 255) = 42.34%

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

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

R = 42.34%
G = 21.3%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A3528C (or 0xA3528C) is known color: Strikemaster. HEX triplet: A3, 52 and 8C. RGB value is (163,82,140). Sum of RGB (Red+Green+Blue) = 163+82+140=385 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.34% from 385); Green value is 82 (32.42% from 255 or 21.30% from 385); Blue value is 140 (55.08% from 255 or 36.36% from 385); Max value from RGB is 163 - color contains mainly: red. Hex color #A3528C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3528C is #5CAD73. Grayscale: #707070. Windows color (decimal): -6073716 or 9196195. OLE color: 9196195.

HSL color Cylindrical-coordinate representation of color #A3528C: hue angle of 317.04º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A3528C is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 82 140 -
CMYK 0 0.50 0.14 0.36
HSL 317.04º 0.33% 0.48% -
HSV(B) 317.04º 0.5% 0.64% -
XYZ 22.86 15.71 26.64 -
YUV 112.83 143.34 163.78 -
System Red Green Blue C M Y K H S L
Decimal 163 82 140 0 0.50 0.14 0.36 317.04 0.33 0.48
Hex A3 52 8C 0 32 E 24 13D 21 30
Octal 243 122 214 0 62 16 44 475 41 60
Binary 10100011 1010010 10001100 0 110010 1110 100100 100111101 100001 110000

Color Harmonies of #A3528C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3528C

Black with #A3528C

Text Example


Text Example

White with #A3528C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3528C; }

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

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

background-color css

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

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

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

border-color css

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

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

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