Html Css Color HEX #A5558D Strikemaster

📋 copy color: '#A5558D'

red 165 ◦ green 85 ◦ blue 141

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

Shades of Strikemaster #A5558D

Tints of Strikemaster #A5558D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.74%

 BLUE value IS 141 (55.47% from 255) = 36.06%

R = 42.2%
G = 21.74%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A5558D (or 0xA5558D) is known color: Strikemaster. HEX triplet: A5, 55 and 8D. RGB value is (165,85,141). Sum of RGB (Red+Green+Blue) = 165+85+141=391 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.20% from 391); Green value is 85 (33.59% from 255 or 21.74% from 391); Blue value is 141 (55.47% from 255 or 36.06% from 391); Max value from RGB is 165 - color contains mainly: red. Hex color #A5558D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5558D is #5AAA72. Grayscale: #737373. Windows color (decimal): -5941875 or 9262501. OLE color: 9262501.

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

Color convert

RGB 165 85 141 -
CMYK 0 0.48 0.15 0.35
HSL 318º 0.32% 0.49% -
HSV(B) 318º 0.48% 0.65% -
XYZ 23.57 16.42 27.13 -
YUV 115.3 142.5 163.45 -
System Red Green Blue C M Y K H S L
Decimal 165 85 141 0 0.48 0.15 0.35 318 0.32 0.49
Hex A5 55 8D 0 30 F 23 13E 20 31
Octal 245 125 215 0 60 17 43 476 40 61
Binary 10100101 1010101 10001101 0 110000 1111 100011 100111110 100000 110001

Color Harmonies of #A5558D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5558D

Black with #A5558D

Text Example


Text Example

White with #A5558D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5558D; }

 p { color: rgb(165,85,141); }

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

background-color css

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

 a { background-color: rgb(165,85,141); }

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

border-color css

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

 span { border-color: rgb(165,85,141); }

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