Html Css Color HEX #A4528B Strikemaster

📋 copy color: '#A4528B'

red 164 ◦ green 82 ◦ blue 139

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

Shades of Strikemaster #A4528B

Tints of Strikemaster #A4528B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.1%

R = 42.6%
G = 21.3%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A4528B (or 0xA4528B) is known color: Strikemaster. HEX triplet: A4, 52 and 8B. RGB value is (164,82,139). Sum of RGB (Red+Green+Blue) = 164+82+139=385 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.60% from 385); Green value is 82 (32.42% from 255 or 21.30% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 164 - color contains mainly: red. Hex color #A4528B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4528B is #5BAD74. Grayscale: #707070. Windows color (decimal): -6008181 or 9130660. OLE color: 9130660.

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

Color convert

RGB 164 82 139 -
CMYK 0 0.5 0.15 0.36
HSL 318.29º 0.33% 0.48% -
HSV(B) 318.29º 0.5% 0.64% -
XYZ 22.99 15.79 26.26 -
YUV 113.02 142.67 164.37 -
System Red Green Blue C M Y K H S L
Decimal 164 82 139 0 0.5 0.15 0.36 318.29 0.33 0.48
Hex A4 52 8B 0 32 F 24 13E 21 30
Octal 244 122 213 0 62 17 44 476 41 60
Binary 10100100 1010010 10001011 0 110010 1111 100100 100111110 100001 110000

Color Harmonies of #A4528B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4528B

Black with #A4528B

Text Example


Text Example

White with #A4528B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4528B; }

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

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

background-color css

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

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

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

border-color css

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

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

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