Html Css Color HEX #A4568C Strikemaster

📋 copy color: '#A4568C'

red 164 ◦ green 86 ◦ blue 140

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

Shades of Strikemaster #A4568C

Tints of Strikemaster #A4568C

RGB

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

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

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

R = 42.05%
G = 22.05%
B = 35.9%

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

#A4568C (or 0xA4568C) is known color: Strikemaster. HEX triplet: A4, 56 and 8C. RGB value is (164,86,140). Sum of RGB (Red+Green+Blue) = 164+86+140=390 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.05% from 390); Green value is 86 (33.98% from 255 or 22.05% from 390); Blue value is 140 (55.08% from 255 or 35.90% from 390); Max value from RGB is 164 - color contains mainly: red. Hex color #A4568C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4568C is #5BA973. Grayscale: #737373. Windows color (decimal): -6007156 or 9197220. OLE color: 9197220.

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

Color convert

RGB 164 86 140 -
CMYK 0 0.48 0.15 0.36
HSL 318.46º 0.31% 0.49% -
HSV(B) 318.46º 0.48% 0.64% -
XYZ 23.37 16.44 26.75 -
YUV 115.48 141.84 162.61 -
System Red Green Blue C M Y K H S L
Decimal 164 86 140 0 0.48 0.15 0.36 318.46 0.31 0.49
Hex A4 56 8C 0 30 F 24 13E 1F 31
Octal 244 126 214 0 60 17 44 476 37 61
Binary 10100100 1010110 10001100 0 110000 1111 100100 100111110 11111 110001

Color Harmonies of #A4568C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4568C

Black with #A4568C

Text Example


Text Example

White with #A4568C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4568C; }

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

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

background-color css

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

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

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

border-color css

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

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

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