Html Css Color HEX #A3568C Strikemaster

📋 copy color: '#A3568C'

red 163 ◦ green 86 ◦ blue 140

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

Shades of Strikemaster #A3568C

Tints of Strikemaster #A3568C

RGB

 RED value IS 163 (64.06% from 255) = 41.9%

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

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

R = 41.9%
G = 22.11%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A3568C (or 0xA3568C) is known color: Strikemaster. HEX triplet: A3, 56 and 8C. RGB value is (163,86,140). Sum of RGB (Red+Green+Blue) = 163+86+140=389 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.90% from 389); Green value is 86 (33.98% from 255 or 22.11% from 389); Blue value is 140 (55.08% from 255 or 35.99% from 389); Max value from RGB is 163 - color contains mainly: red. Hex color #A3568C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3568C is #5CA973. Grayscale: #737373. Windows color (decimal): -6072692 or 9197219. OLE color: 9197219.

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

Color convert

RGB 163 86 140 -
CMYK 0 0.47 0.14 0.36
HSL 317.92º 0.31% 0.49% -
HSV(B) 317.92º 0.47% 0.64% -
XYZ 23.17 16.34 26.74 -
YUV 115.18 142.01 162.11 -
System Red Green Blue C M Y K H S L
Decimal 163 86 140 0 0.47 0.14 0.36 317.92 0.31 0.49
Hex A3 56 8C 0 2F E 24 13E 1F 31
Octal 243 126 214 0 57 16 44 476 37 61
Binary 10100011 1010110 10001100 0 101111 1110 100100 100111110 11111 110001

Color Harmonies of #A3568C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3568C

Black with #A3568C

Text Example


Text Example

White with #A3568C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3568C; }

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

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

background-color css

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

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

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

border-color css

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

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

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