Html Css Color HEX #A3567D Strikemaster

📋 copy color: '#A3567D'

red 163 ◦ green 86 ◦ blue 125

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

Shades of Strikemaster #A3567D

Tints of Strikemaster #A3567D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.42%

R = 43.58%
G = 22.99%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A3567D (or 0xA3567D) is known color: Strikemaster. HEX triplet: A3, 56 and 7D. RGB value is (163,86,125). Sum of RGB (Red+Green+Blue) = 163+86+125=374 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.58% from 374); Green value is 86 (33.98% from 255 or 22.99% from 374); Blue value is 125 (49.22% from 255 or 33.42% from 374); Max value from RGB is 163 - color contains mainly: red. Hex color #A3567D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3567D is #5CA982. Grayscale: #717171. Windows color (decimal): -6072707 or 8214179. OLE color: 8214179.

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

Color convert

RGB 163 86 125 -
CMYK 0 0.47 0.23 0.36
HSL 329.61º 0.31% 0.49% -
HSV(B) 329.61º 0.47% 0.64% -
XYZ 22.13 15.92 21.31 -
YUV 113.47 134.51 163.33 -
System Red Green Blue C M Y K H S L
Decimal 163 86 125 0 0.47 0.23 0.36 329.61 0.31 0.49
Hex A3 56 7D 0 2F 17 24 14A 1F 31
Octal 243 126 175 0 57 27 44 512 37 61
Binary 10100011 1010110 1111101 0 101111 10111 100100 101001010 11111 110001

Color Harmonies of #A3567D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3567D

Black with #A3567D

Text Example


Text Example

White with #A3567D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3567D; }

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

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

background-color css

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

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

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

border-color css

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

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

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