Html Css Color HEX #A5528C Strikemaster

📋 copy color: '#A5528C'

red 165 ◦ green 82 ◦ blue 140

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

Shades of Strikemaster #A5528C

Tints of Strikemaster #A5528C

RGB

 RED value IS 165 (64.84% from 255) = 42.64%

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

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

R = 42.64%
G = 21.19%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A5528C (or 0xA5528C) is known color: Strikemaster. HEX triplet: A5, 52 and 8C. RGB value is (165,82,140). Sum of RGB (Red+Green+Blue) = 165+82+140=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 82 (32.42% from 255 or 21.19% from 387); Blue value is 140 (55.08% from 255 or 36.18% from 387); Max value from RGB is 165 - color contains mainly: red. Hex color #A5528C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5528C is #5AAD73. Grayscale: #717171. Windows color (decimal): -5942644 or 9196197. OLE color: 9196197.

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

Color convert

RGB 165 82 140 -
CMYK 0 0.50 0.15 0.35
HSL 318.07º 0.34% 0.48% -
HSV(B) 318.07º 0.5% 0.65% -
XYZ 23.27 15.93 26.66 -
YUV 113.43 143 164.78 -
System Red Green Blue C M Y K H S L
Decimal 165 82 140 0 0.50 0.15 0.35 318.07 0.34 0.48
Hex A5 52 8C 0 32 F 23 13E 22 30
Octal 245 122 214 0 62 17 43 476 42 60
Binary 10100101 1010010 10001100 0 110010 1111 100011 100111110 100010 110000

Color Harmonies of #A5528C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5528C

Black with #A5528C

Text Example


Text Example

White with #A5528C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5528C; }

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

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

background-color css

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

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

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

border-color css

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

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

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