Html Css Color HEX #A4568D Strikemaster

📋 copy color: '#A4568D'

red 164 ◦ green 86 ◦ blue 141

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

Shades of Strikemaster #A4568D

Tints of Strikemaster #A4568D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.99%

 BLUE value IS 141 (55.47% from 255) = 36.06%

R = 41.94%
G = 21.99%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A4568D (or 0xA4568D) is known color: Strikemaster. HEX triplet: A4, 56 and 8D. RGB value is (164,86,141). Sum of RGB (Red+Green+Blue) = 164+86+141=391 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.94% from 391); Green value is 86 (33.98% from 255 or 21.99% from 391); Blue value is 141 (55.47% from 255 or 36.06% from 391); Max value from RGB is 164 - color contains mainly: red. Hex color #A4568D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4568D is #5BA972. Grayscale: #737373. Windows color (decimal): -6007155 or 9262756. OLE color: 9262756.

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

Color convert

RGB 164 86 141 -
CMYK 0 0.48 0.14 0.36
HSL 317.69º 0.31% 0.49% -
HSV(B) 317.69º 0.48% 0.64% -
XYZ 23.45 16.47 27.14 -
YUV 115.59 142.34 162.53 -
System Red Green Blue C M Y K H S L
Decimal 164 86 141 0 0.48 0.14 0.36 317.69 0.31 0.49
Hex A4 56 8D 0 30 E 24 13E 1F 31
Octal 244 126 215 0 60 16 44 476 37 61
Binary 10100100 1010110 10001101 0 110000 1110 100100 100111110 11111 110001

Color Harmonies of #A4568D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4568D

Black with #A4568D

Text Example


Text Example

White with #A4568D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4568D; }

 p { color: rgb(164,86,141); }

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

background-color css

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

 a { background-color: rgb(164,86,141); }

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

border-color css

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

 span { border-color: rgb(164,86,141); }

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