Html Css Color HEX #A4558A Strikemaster

📋 copy color: '#A4558A'

red 164 ◦ green 85 ◦ blue 138

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

Shades of Strikemaster #A4558A

Tints of Strikemaster #A4558A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.96%

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

R = 42.38%
G = 21.96%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A4558A (or 0xA4558A) is known color: Strikemaster. HEX triplet: A4, 55 and 8A. RGB value is (164,85,138). Sum of RGB (Red+Green+Blue) = 164+85+138=387 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.38% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 138 (54.30% from 255 or 35.66% from 387); Max value from RGB is 164 - color contains mainly: red. Hex color #A4558A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4558A is #5BAA75. Grayscale: #727272. Windows color (decimal): -6007414 or 9065892. OLE color: 9065892.

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

Color convert

RGB 164 85 138 -
CMYK 0 0.48 0.16 0.36
HSL 319.75º 0.32% 0.49% -
HSV(B) 319.75º 0.48% 0.64% -
XYZ 23.15 16.22 25.96 -
YUV 114.66 141.17 163.19 -
System Red Green Blue C M Y K H S L
Decimal 164 85 138 0 0.48 0.16 0.36 319.75 0.32 0.49
Hex A4 55 8A 0 30 10 24 140 20 31
Octal 244 125 212 0 60 20 44 500 40 61
Binary 10100100 1010101 10001010 0 110000 10000 100100 101000000 100000 110001

Color Harmonies of #A4558A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4558A

Black with #A4558A

Text Example


Text Example

White with #A4558A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4558A; }

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

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

background-color css

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

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

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

border-color css

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

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

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