Html Css Color HEX #A55782 Strikemaster

📋 copy color: '#A55782'

red 165 ◦ green 87 ◦ blue 130

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

Shades of Strikemaster #A55782

Tints of Strikemaster #A55782

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.77%

 BLUE value IS 130 (51.17% from 255) = 34.03%

R = 43.19%
G = 22.77%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#A55782 (or 0xA55782) is known color: Strikemaster. HEX triplet: A5, 57 and 82. RGB value is (165,87,130). Sum of RGB (Red+Green+Blue) = 165+87+130=382 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.19% from 382); Green value is 87 (34.38% from 255 or 22.77% from 382); Blue value is 130 (51.17% from 255 or 34.03% from 382); Max value from RGB is 165 - color contains mainly: red. Hex color #A55782 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55782 is #5AA87D. Grayscale: #737373. Windows color (decimal): -5941374 or 8542117. OLE color: 8542117.

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

Color convert

RGB 165 87 130 -
CMYK 0 0.47 0.21 0.35
HSL 326.92º 0.31% 0.49% -
HSV(B) 326.92º 0.47% 0.65% -
XYZ 22.95 16.43 23.08 -
YUV 115.22 136.34 163.5 -
System Red Green Blue C M Y K H S L
Decimal 165 87 130 0 0.47 0.21 0.35 326.92 0.31 0.49
Hex A5 57 82 0 2F 15 23 147 1F 31
Octal 245 127 202 0 57 25 43 507 37 61
Binary 10100101 1010111 10000010 0 101111 10101 100011 101000111 11111 110001

Color Harmonies of #A55782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55782

Black with #A55782

Text Example


Text Example

White with #A55782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55782; }

 p { color: rgb(165,87,130); }

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

background-color css

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

 a { background-color: rgb(165,87,130); }

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

border-color css

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

 span { border-color: rgb(165,87,130); }

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