Html Css Color HEX #A56488 Strikemaster

📋 copy color: '#A56488'

red 165 ◦ green 100 ◦ blue 136

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

Shades of Strikemaster #A56488

Tints of Strikemaster #A56488

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.94%

 BLUE value IS 136 (53.52% from 255) = 33.92%

R = 41.15%
G = 24.94%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.18

 K value IS 0.35

RGB Variations

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

Color information

#A56488 (or 0xA56488) is known color: Strikemaster. HEX triplet: A5, 64 and 88. RGB value is (165,100,136). Sum of RGB (Red+Green+Blue) = 165+100+136=401 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.15% from 401); Green value is 100 (39.45% from 255 or 24.94% from 401); Blue value is 136 (53.52% from 255 or 33.92% from 401); Max value from RGB is 165 - color contains mainly: red. Hex color #A56488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56488 is #5A9B77. Grayscale: #7B7B7B. Windows color (decimal): -5938040 or 8938661. OLE color: 8938661.

HSL color Cylindrical-coordinate representation of color #A56488: hue angle of 326.77º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A56488 is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 100 136 -
CMYK 0 0.39 0.18 0.35
HSL 326.77º 0.27% 0.52% -
HSV(B) 326.77º 0.39% 0.65% -
XYZ 24.52 18.89 25.65 -
YUV 123.54 135.03 157.57 -
System Red Green Blue C M Y K H S L
Decimal 165 100 136 0 0.39 0.18 0.35 326.77 0.27 0.52
Hex A5 64 88 0 27 12 23 147 1B 34
Octal 245 144 210 0 47 22 43 507 33 64
Binary 10100101 1100100 10001000 0 100111 10010 100011 101000111 11011 110100

Color Harmonies of #A56488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56488

Black with #A56488

Text Example


Text Example

White with #A56488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56488; }

 p { color: rgb(165,100,136); }

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

background-color css

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

 a { background-color: rgb(165,100,136); }

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

border-color css

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

 span { border-color: rgb(165,100,136); }

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