Html Css Color HEX #A56B8A Strikemaster

📋 copy color: '#A56B8A'

red 165 ◦ green 107 ◦ blue 138

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

Shades of Strikemaster #A56B8A

Tints of Strikemaster #A56B8A

RGB

 RED value IS 165 (64.84% from 255) = 40.24%

 GREEN value IS 107 (42.19% from 255) = 26.1%

 BLUE value IS 138 (54.3% from 255) = 33.66%

R = 40.24%
G = 26.1%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A56B8A (or 0xA56B8A) is known color: Strikemaster. HEX triplet: A5, 6B and 8A. RGB value is (165,107,138). Sum of RGB (Red+Green+Blue) = 165+107+138=410 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.24% from 410); Green value is 107 (42.19% from 255 or 26.10% from 410); Blue value is 138 (54.30% from 255 or 33.66% from 410); Max value from RGB is 165 - color contains mainly: red. Hex color #A56B8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56B8A is #5A9475. Grayscale: #7F7F7F. Windows color (decimal): -5936246 or 9071525. OLE color: 9071525.

HSL color Cylindrical-coordinate representation of color #A56B8A: hue angle of 327.93º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A56B8A is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 107 138 -
CMYK 0 0.35 0.16 0.35
HSL 327.93º 0.24% 0.53% -
HSV(B) 327.93º 0.35% 0.65% -
XYZ 25.36 20.35 26.64 -
YUV 127.88 133.72 154.48 -
System Red Green Blue C M Y K H S L
Decimal 165 107 138 0 0.35 0.16 0.35 327.93 0.24 0.53
Hex A5 6B 8A 0 23 10 23 148 18 35
Octal 245 153 212 0 43 20 43 510 30 65
Binary 10100101 1101011 10001010 0 100011 10000 100011 101001000 11000 110101

Color Harmonies of #A56B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56B8A

Black with #A56B8A

Text Example


Text Example

White with #A56B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56B8A; }

 p { color: rgb(165,107,138); }

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

background-color css

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

 a { background-color: rgb(165,107,138); }

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

border-color css

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

 span { border-color: rgb(165,107,138); }

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