Html Css Color HEX #A5538B Strikemaster

📋 copy color: '#A5538B'

red 165 ◦ green 83 ◦ blue 139

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

Shades of Strikemaster #A5538B

Tints of Strikemaster #A5538B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.92%

R = 42.64%
G = 21.45%
B = 35.92%

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

#A5538B (or 0xA5538B) is known color: Strikemaster. HEX triplet: A5, 53 and 8B. RGB value is (165,83,139). Sum of RGB (Red+Green+Blue) = 165+83+139=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 83 (32.81% from 255 or 21.45% from 387); Blue value is 139 (54.69% from 255 or 35.92% from 387); Max value from RGB is 165 - color contains mainly: red. Hex color #A5538B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5538B is #5AAC74. Grayscale: #717171. Windows color (decimal): -5942389 or 9130917. OLE color: 9130917.

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

Color convert

RGB 165 83 139 -
CMYK 0 0.50 0.16 0.35
HSL 319.02º 0.33% 0.49% -
HSV(B) 319.02º 0.5% 0.65% -
XYZ 23.27 16.05 26.3 -
YUV 113.9 142.17 164.45 -
System Red Green Blue C M Y K H S L
Decimal 165 83 139 0 0.50 0.16 0.35 319.02 0.33 0.49
Hex A5 53 8B 0 32 10 23 13F 21 31
Octal 245 123 213 0 62 20 43 477 41 61
Binary 10100101 1010011 10001011 0 110010 10000 100011 100111111 100001 110001

Color Harmonies of #A5538B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5538B

Black with #A5538B

Text Example


Text Example

White with #A5538B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5538B; }

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

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

background-color css

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

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

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

border-color css

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

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

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