Html Css Color HEX #A5558A Strikemaster

📋 copy color: '#A5558A'

red 165 ◦ green 85 ◦ blue 138

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

Shades of Strikemaster #A5558A

Tints of Strikemaster #A5558A

RGB

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

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

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

R = 42.53%
G = 21.91%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A5558A (or 0xA5558A) is known color: Strikemaster. HEX triplet: A5, 55 and 8A. RGB value is (165,85,138). Sum of RGB (Red+Green+Blue) = 165+85+138=388 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.53% from 388); Green value is 85 (33.59% from 255 or 21.91% from 388); Blue value is 138 (54.30% from 255 or 35.57% from 388); Max value from RGB is 165 - color contains mainly: red. Hex color #A5558A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5558A is #5AAA75. Grayscale: #727272. Windows color (decimal): -5941878 or 9065893. OLE color: 9065893.

HSL color Cylindrical-coordinate representation of color #A5558A: hue angle of 320.25º 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 #A5558A is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 85 138 -
CMYK 0 0.48 0.16 0.35
HSL 320.25º 0.32% 0.49% -
HSV(B) 320.25º 0.48% 0.65% -
XYZ 23.35 16.33 25.97 -
YUV 114.96 141 163.69 -
System Red Green Blue C M Y K H S L
Decimal 165 85 138 0 0.48 0.16 0.35 320.25 0.32 0.49
Hex A5 55 8A 0 30 10 23 140 20 31
Octal 245 125 212 0 60 20 43 500 40 61
Binary 10100101 1010101 10001010 0 110000 10000 100011 101000000 100000 110001

Color Harmonies of #A5558A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5558A

Black with #A5558A

Text Example


Text Example

White with #A5558A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5558A; }

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

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

background-color css

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

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

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

border-color css

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

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

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