Html Css Color HEX #A5538A Strikemaster

📋 copy color: '#A5538A'

red 165 ◦ green 83 ◦ blue 138

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

Shades of Strikemaster #A5538A

Tints of Strikemaster #A5538A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.5%

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

R = 42.75%
G = 21.5%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A5538A (or 0xA5538A) is known color: Strikemaster. HEX triplet: A5, 53 and 8A. RGB value is (165,83,138). Sum of RGB (Red+Green+Blue) = 165+83+138=386 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.75% from 386); Green value is 83 (32.81% from 255 or 21.50% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 165 - color contains mainly: red. Hex color #A5538A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5538A is #5AAC75. Grayscale: #717171. Windows color (decimal): -5942390 or 9065381. OLE color: 9065381.

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

Color convert

RGB 165 83 138 -
CMYK 0 0.50 0.16 0.35
HSL 319.76º 0.33% 0.49% -
HSV(B) 319.76º 0.5% 0.65% -
XYZ 23.2 16.02 25.91 -
YUV 113.79 141.67 164.53 -
System Red Green Blue C M Y K H S L
Decimal 165 83 138 0 0.50 0.16 0.35 319.76 0.33 0.49
Hex A5 53 8A 0 32 10 23 140 21 31
Octal 245 123 212 0 62 20 43 500 41 61
Binary 10100101 1010011 10001010 0 110010 10000 100011 101000000 100001 110001

Color Harmonies of #A5538A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5538A

Black with #A5538A

Text Example


Text Example

White with #A5538A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5538A; }

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

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

background-color css

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

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

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

border-color css

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

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

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