Html Css Color HEX #A5538C Strikemaster

📋 copy color: '#A5538C'

red 165 ◦ green 83 ◦ blue 140

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

Shades of Strikemaster #A5538C

Tints of Strikemaster #A5538C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.08%

R = 42.53%
G = 21.39%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A5538C (or 0xA5538C) is known color: Strikemaster. HEX triplet: A5, 53 and 8C. RGB value is (165,83,140). Sum of RGB (Red+Green+Blue) = 165+83+140=388 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.53% from 388); Green value is 83 (32.81% from 255 or 21.39% from 388); Blue value is 140 (55.08% from 255 or 36.08% from 388); Max value from RGB is 165 - color contains mainly: red. Hex color #A5538C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5538C is #5AAC73. Grayscale: #717171. Windows color (decimal): -5942388 or 9196453. OLE color: 9196453.

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

Color convert

RGB 165 83 140 -
CMYK 0 0.50 0.15 0.35
HSL 318.29º 0.33% 0.49% -
HSV(B) 318.29º 0.5% 0.65% -
XYZ 23.34 16.08 26.68 -
YUV 114.02 142.67 164.37 -
System Red Green Blue C M Y K H S L
Decimal 165 83 140 0 0.50 0.15 0.35 318.29 0.33 0.49
Hex A5 53 8C 0 32 F 23 13E 21 31
Octal 245 123 214 0 62 17 43 476 41 61
Binary 10100101 1010011 10001100 0 110010 1111 100011 100111110 100001 110001

Color Harmonies of #A5538C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5538C

Black with #A5538C

Text Example


Text Example

White with #A5538C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5538C; }

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

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

background-color css

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

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

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

border-color css

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

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

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