Html Css Color HEX #A4558C Strikemaster

📋 copy color: '#A4558C'

red 164 ◦ green 85 ◦ blue 140

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

Shades of Strikemaster #A4558C

Tints of Strikemaster #A4558C

RGB

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

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

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

R = 42.16%
G = 21.85%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A4558C (or 0xA4558C) is known color: Strikemaster. HEX triplet: A4, 55 and 8C. RGB value is (164,85,140). Sum of RGB (Red+Green+Blue) = 164+85+140=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 85 (33.59% from 255 or 21.85% from 389); Blue value is 140 (55.08% from 255 or 35.99% from 389); Max value from RGB is 164 - color contains mainly: red. Hex color #A4558C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4558C is #5BAA73. Grayscale: #727272. Windows color (decimal): -6007412 or 9196964. OLE color: 9196964.

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

Color convert

RGB 164 85 140 -
CMYK 0 0.48 0.15 0.36
HSL 318.23º 0.32% 0.49% -
HSV(B) 318.23º 0.48% 0.64% -
XYZ 23.29 16.28 26.73 -
YUV 114.89 142.17 163.03 -
System Red Green Blue C M Y K H S L
Decimal 164 85 140 0 0.48 0.15 0.36 318.23 0.32 0.49
Hex A4 55 8C 0 30 F 24 13E 20 31
Octal 244 125 214 0 60 17 44 476 40 61
Binary 10100100 1010101 10001100 0 110000 1111 100100 100111110 100000 110001

Color Harmonies of #A4558C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4558C

Black with #A4558C

Text Example


Text Example

White with #A4558C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4558C; }

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

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

background-color css

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

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

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

border-color css

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

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

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