Html Css Color HEX #A4528A Strikemaster

📋 copy color: '#A4528A'

red 164 ◦ green 82 ◦ blue 138

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

Shades of Strikemaster #A4528A

Tints of Strikemaster #A4528A

RGB

 RED value IS 164 (64.45% from 255) = 42.71%

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

 BLUE value IS 138 (54.3% from 255) = 35.94%

R = 42.71%
G = 21.35%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A4528A (or 0xA4528A) is known color: Strikemaster. HEX triplet: A4, 52 and 8A. RGB value is (164,82,138). Sum of RGB (Red+Green+Blue) = 164+82+138=384 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.71% from 384); Green value is 82 (32.42% from 255 or 21.35% from 384); Blue value is 138 (54.30% from 255 or 35.94% from 384); Max value from RGB is 164 - color contains mainly: red. Hex color #A4528A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4528A is #5BAD75. Grayscale: #707070. Windows color (decimal): -6008182 or 9065124. OLE color: 9065124.

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

Color convert

RGB 164 82 138 -
CMYK 0 0.5 0.16 0.36
HSL 319.02º 0.33% 0.48% -
HSV(B) 319.02º 0.5% 0.64% -
XYZ 22.91 15.76 25.88 -
YUV 112.9 142.17 164.45 -
System Red Green Blue C M Y K H S L
Decimal 164 82 138 0 0.5 0.16 0.36 319.02 0.33 0.48
Hex A4 52 8A 0 32 10 24 13F 21 30
Octal 244 122 212 0 62 20 44 477 41 60
Binary 10100100 1010010 10001010 0 110010 10000 100100 100111111 100001 110000

Color Harmonies of #A4528A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4528A

Black with #A4528A

Text Example


Text Example

White with #A4528A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4528A; }

 p { color: rgb(164,82,138); }

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

background-color css

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

 a { background-color: rgb(164,82,138); }

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

border-color css

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

 span { border-color: rgb(164,82,138); }

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