Html Css Color HEX #A4548B Strikemaster

📋 copy color: '#A4548B'

red 164 ◦ green 84 ◦ blue 139

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

Shades of Strikemaster #A4548B

Tints of Strikemaster #A4548B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.71%

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

R = 42.38%
G = 21.71%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A4548B (or 0xA4548B) is known color: Strikemaster. HEX triplet: A4, 54 and 8B. RGB value is (164,84,139). Sum of RGB (Red+Green+Blue) = 164+84+139=387 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.38% from 387); Green value is 84 (33.20% from 255 or 21.71% from 387); Blue value is 139 (54.69% from 255 or 35.92% from 387); Max value from RGB is 164 - color contains mainly: red. Hex color #A4548B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4548B is #5BAB74. Grayscale: #727272. Windows color (decimal): -6007669 or 9131172. OLE color: 9131172.

HSL color Cylindrical-coordinate representation of color #A4548B: hue angle of 318.75º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A4548B is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 84 139 -
CMYK 0 0.49 0.15 0.36
HSL 318.75º 0.32% 0.49% -
HSV(B) 318.75º 0.49% 0.64% -
XYZ 23.14 16.1 26.31 -
YUV 114.19 142 163.53 -
System Red Green Blue C M Y K H S L
Decimal 164 84 139 0 0.49 0.15 0.36 318.75 0.32 0.49
Hex A4 54 8B 0 31 F 24 13F 20 31
Octal 244 124 213 0 61 17 44 477 40 61
Binary 10100100 1010100 10001011 0 110001 1111 100100 100111111 100000 110001

Color Harmonies of #A4548B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4548B

Black with #A4548B

Text Example


Text Example

White with #A4548B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4548B; }

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

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

background-color css

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

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

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

border-color css

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

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

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